Android Open Source - AppSearchWidget Constants






From Project

Back to project page AppSearchWidget.

License

The source code is released under:

Apache License

If you think the Android project AppSearchWidget listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.example.testwidget;
//from   w ww . j a  va2s. c o m
public class Constants {
  public static final String NEW_ITEMS_INTENT = "com.example.testwidget.NEW_ITEMS";
  public static final String SHIFT_MODE_INTENT = "com.example.testwidget.SHIFT_MODE";
  public static final String TEXT_INTENT = "com.example.testwidget.TEXT";
  public static final String COMPONENT_LAUNCH_INTENT = "com.example.testwidget.COMPONENT_LAUNCH";
  public static final String INITIAL_APPLIST_LOADING_INTENT = "com.example.testwidget.INITIAL_APPLIST_LOADING";
  
  public static final String COMPONENT_NAME = "COMPONENT_NAME";
  public static final String CURRENT_SHIFT_MODE = "CURRENT_SHIFT_MODE";
  public static final String TYPED_TEXT = "TYPED_TEXT";
  public static final String COMPONENT_PACKAGE = "COMPONENT_PACKAGE";
  public static final String COMPONENT_CLASS = "COMPONENT_CLASS";
  public static final String APPLIST_LOADING = "APPLIST_LOADING";
}




Java Source Code List

com.example.testwidget.AppLaunchCountComparator.java
com.example.testwidget.AppLaunchIntentService.java
com.example.testwidget.AppLaunchTimeComparator.java
com.example.testwidget.AppListRemoteViewsService.java
com.example.testwidget.AppListViewFactory.java
com.example.testwidget.AppSearchService.java
com.example.testwidget.ApplicationListItem.java
com.example.testwidget.Constants.java
com.example.testwidget.InputHandlerService.java
com.example.testwidget.KeyImageButton.java
com.example.testwidget.KeyInputHandler.java
com.example.testwidget.KeyboardMode.java
com.example.testwidget.LaunchCountBookKeeper.java
com.example.testwidget.LaunchStats.java
com.example.testwidget.LetterIntent.java
com.example.testwidget.LettersWidgetProvider.java
com.example.testwidget.MainActivity.java
com.example.testwidget.NewsWidgetProvider.java
com.example.testwidget.ResourceAlphabetMapEnglish.java