HomeSort by relevance Sort by last modified time
    Searched full:addcategory (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
DreamTheaterActivity.java 12 .addCategory("android.intent.category.DREAM"),
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 52 .addCategory(Intent.CATEGORY_DEFAULT)
53 .addCategory(Intent.CATEGORY_BROWSABLE)
66 .addCategory(Intent.CATEGORY_DEFAULT)
67 .addCategory(Intent.CATEGORY_BROWSABLE)
78 .addCategory(Intent.CATEGORY_DEFAULT)
79 .addCategory(Intent.CATEGORY_BROWSABLE)
92 .addCategory(Intent.CATEGORY_DEFAULT)
93 .addCategory(Intent.CATEGORY_BROWSABLE)
106 .addCategory(Intent.CATEGORY_DEFAULT)
107 .addCategory(Intent.CATEGORY_BROWSABLE
    [all...]
CrossProfileIntentFilter.java 82 Builder addCategory(String category) {
83 mFilter.addCategory(category);
  /development/apps/Development/src/com/android/development/
UnderdevelopedSettings.java 27 targetIntent.addCategory(Intent.CATEGORY_DEVELOPMENT_PREFERENCE);
Development.java 32 targetIntent.addCategory(Intent.CATEGORY_TEST);
  /tools/loganalysis/tests/src/com/android/loganalysis/item/
MonkeyLogItemTest.java 33 item.addCategory("category1");
34 item.addCategory("category2");
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
RobolectricPackageManagerTest.java 66 i.addCategory(Intent.CATEGORY_LAUNCHER);
76 i.addCategory(Intent.CATEGORY_LAUNCHER);
92 i.addCategory(Intent.CATEGORY_LAUNCHER);
115 Intent i = new Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER);
133 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/tv/src/android/tv/settings/cts/
SettingsLeanbackTest.java 65 intent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER);
80 intent.addCategory(LEANBACK_SETTINGS_CATEGORY);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
DocumentsSample.java 81 intent.addCategory(Intent.CATEGORY_OPENABLE);
100 intent.addCategory(Intent.CATEGORY_OPENABLE);
119 intent.addCategory(Intent.CATEGORY_OPENABLE);
138 intent.addCategory(Intent.CATEGORY_OPENABLE);
159 intent.addCategory(Intent.CATEGORY_OPENABLE);
176 intent.addCategory(Intent.CATEGORY_OPENABLE);
193 intent.addCategory(Intent.CATEGORY_OPENABLE);
226 intent.addCategory(Intent.CATEGORY_OPENABLE);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 57 localIntent.addCategory(Intent.CATEGORY_DEFAULT);
81 localIntent.addCategory(Intent.CATEGORY_DEFAULT);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
CrossProfileIntentFilterTest.java 52 .addCategory(CATEGORY_1)
53 .addCategory(CATEGORY_2)
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 37 .addCategory(Intent.CATEGORY_LAUNCHER)
  /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 34 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 92 new Intent(Intent.ACTION_GET_CONTENT).setType("*/*").addCategory(
94 new Intent(Intent.ACTION_OPEN_DOCUMENT).setType("*/*").addCategory(
107 Uri.parse("http://www.example.com")).addCategory(
112 Uri.parse("mailto:user@example.com")).addCategory(
122 Uri.parse("market://details?id=com.android.chrome")).addCategory(
164 new Intent(Intent.ACTION_VIEW).setData(Uri.parse("tel:123")).addCategory(
173 Uri.parse("sms:07700900100?body=Hello%20world")).addCategory(
176 Uri.parse("smsto:07700900100?body=Hello%20world")).addCategory(
179 Uri.parse("mms:07700900100?body=Hello%20world")).addCategory(
182 Uri.parse("mmsto:07700900100?body=Hello%20world")).addCategory(
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 252 Intent self = intent.addCategory("category.name.1");
253 intent.addCategory("category.name.2");
277 Intent self = intent.addCategory("foo");
291 intentB.addCategory(category);
322 .addCategory("category.name");
330 .addCategory("category.name");
412 intent.addCategory("category");
420 expected.addCategory("category");
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultHomePreferenceController.java 40 HOME_FILTER.addCategory(Intent.CATEGORY_HOME);
41 HOME_FILTER.addCategory(Intent.CATEGORY_DEFAULT);
  /packages/apps/Settings/tests/app/src/com/android/settings/dashboard/
PreferenceThemeTest.java 76 .addCategory(Intent.CATEGORY_DEFAULT)
84 .addCategory(Intent.CATEGORY_DEFAULT)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
SettingsLicenseActivityTest.java 89 intent.addCategory(Intent.CATEGORY_DEFAULT);
111 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /cts/tests/app/app/src/android/app/stubs/
LauncherActivityStub.java 40 targetIntent.addCategory(Intent.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 49 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ReceiverActivity.java 51 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
LauncherActivity.java 44 intent.addCategory(Intent.CATEGORY_OPENABLE);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 56 intent.addCategory(category);

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011