HomeSort by relevance Sort by last modified time
    Searched refs:addCategory (Results 1 - 25 of 73) sorted by null

1 2 3

  /development/apps/Development/src/com/android/development/
Development.java 27 targetIntent.addCategory(Intent.CATEGORY_TEST);
UnderdevelopedSettings.java 27 targetIntent.addCategory(Intent.CATEGORY_DEVELOPMENT_PREFERENCE);
  /frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java 37 targetIntent.addCategory("android.intent.category.SMOKETEST_INSTRUMENTATION_TEST");
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
DialerLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/src/android/app/cts/
LauncherActivityStub.java 39 targetIntent.addCategory(Intent.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST);
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 11 targetIntent.addCategory("com.android.settings.SHORTCUT");
  /cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/
ApiDemosTest.java 71 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /cts/tests/tests/performance2/src/android/performance2/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance4/src/android/performance4/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance5/src/android/performance5/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 50 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 56 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 96 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
145 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
  /cts/apps/CtsVerifier/tests/src/com/android/cts/verifier/
TestListActivityTest.java 77 filter.addCategory(TestListAdapter.CATEGORY_MANUAL_TEST);
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 45 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid1.java 55 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation1.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation4.java 50 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation5.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation6.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 93 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /external/chromium/third_party/icu/source/i18n/
regexcmp.cpp 85 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp 90 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {
    [all...]

Completed in 1085 milliseconds

1 2 3