HomeSort by relevance Sort by last modified time
    Searched defs:CATEGORIES (Results 1 - 4 of 4) sorted by null

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 29 final String[] CATEGORIES = { "Top Stories", "US", "Politics", "Economy" };
44 mCategory = new NewsCategory[CATEGORIES.length];
45 for (i = 0; i < CATEGORIES.length; i++) {
50 /** Returns the list of news categories. */
52 return CATEGORIES;
NewsReaderActivity.java 71 final String CATEGORIES[] = { "Top Stories", "Politics", "Economy", "Technology" };
145 for (i = 0; i < CATEGORIES.length; i++) {
146 actionBar.addTab(actionBar.newTab().setText(CATEGORIES[i]).setTabListener(handler));
153 CATEGORIES);
185 catButton.setText(CATEGORIES[mCatIndex]);
238 * calls up a list of news categories and switches to the given category.
244 builder.setItems(CATEGORIES, new DialogInterface.OnClickListener() {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 58 /** OS Path to the "data/categories.txt" file. */
59 public final static int CATEGORIES = 17;
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 496 milliseconds