HomeSort by relevance Sort by last modified time
    Searched refs:CATEGORIES (Results 1 - 6 of 6) 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() {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 205 CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libgcj libobjc libstdc++ middle-end objc other pch preprocessor rtl-optimization target tree-optimization web"
208 lisp) echo "$CATEGORIES" | \
213 norm) l=`echo "$CATEGORIES" | \
218 echo "$CATEGORIES" | \
219 awk 'BEGIN {print "Known categories:"; i = 0 }
290 SEND-PR: Choose from the following categories:
294 # Format the categories so they fit onto lines.
295 l=`echo "$CATEGORIES" | \
300 echo "$CATEGORIES" | \
443 for C in $CATEGORIES
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 119 ArrayList<String> categories = new ArrayList<String>(); local
121 service_actions, categories);
289 categories.toArray(new String[categories.size()]),
378 * The values are added to the <code>actions</code> and <code>categories</code> lists.
383 * @param categories the list which will receive the category values.
387 ArrayList<String> serviceActions, ArrayList<String> categories) {
394 collectValues(mAndroidTarget.getPath(IAndroidTarget.CATEGORIES),
395 categories); local
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 256 milliseconds