Searched refs:category (Results 1 - 7 of 7) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Dlocale.h52 extern char *setlocale(int category, const char *locale);
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DContentActivity.java36 int category = extras.getInt("category");
39 frag.updateContentAndRecycleBitmap(category, position);
H A DContentFragment.java161 mCategory = savedInstanceState.getInt("category");
193 outState.putInt("category", mCategory);
239 // Attempt to parse clip data with expected format: category||entry_id.
251 int category = -1;
254 category = Integer.parseInt(tokenizer.nextToken());
259 updateContentAndRecycleBitmap(category, entryId);
273 * @param category Index position of the image category
276 void updateContentAndRecycleBitmap(int category, int position) { argument
277 mCategory = category;
[all...]
H A DTitlesFragment.java57 public void onItemSelected(int category, int position); argument
101 mCategory = savedInstanceState.getInt("category");
118 // Set up clip data with the category||entry_id format.
147 public void populateTitles(int category) { argument
148 DirectoryCategory cat = Directory.getCategory(category);
155 mCategory = category;
181 outState.putInt("category", mCategory);
H A DMainActivity.java324 public void onItemSelected(int category, int position) { argument
329 intent.putExtra("category", category);
337 frag.updateContentAndRecycleBitmap(category, position);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkey.java954 String category = mMainCategories.get(i);
955 if (category.length() > 0) {
956 intent.addCategory(category);
961 System.err.println("// Warning: no activities found for category " + category);
965 System.out.println("// Selecting main activities from category " + category);
1078 // primarily here so you can manually test the package or category
/development/tools/labpretest/
H A Dlabpretest.sh569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS

Completed in 465 milliseconds