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

1 2 3 4 5 6 7 8

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 45 mimeTypeTelephony.addCategory(Intent.CATEGORY_DEFAULT);
46 mimeTypeTelephony.addCategory(Intent.CATEGORY_BROWSABLE);
62 callEmergency.addCategory(Intent.CATEGORY_DEFAULT);
63 callEmergency.addCategory(Intent.CATEGORY_BROWSABLE);
74 callVoicemail.addCategory(Intent.CATEGORY_DEFAULT);
75 callVoicemail.addCategory(Intent.CATEGORY_BROWSABLE);
86 callDial.addCategory(Intent.CATEGORY_DEFAULT);
87 callDial.addCategory(Intent.CATEGORY_BROWSABLE);
94 callButton.addCategory(Intent.CATEGORY_DEFAULT);
100 callDialNoData.addCategory(Intent.CATEGORY_DEFAULT)
    [all...]
  /development/apps/Development/src/com/android/development/
UnderdevelopedSettings.java 27 targetIntent.addCategory(Intent.CATEGORY_DEVELOPMENT_PREFERENCE);
Development.java 32 targetIntent.addCategory(Intent.CATEGORY_TEST);
  /frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java 37 targetIntent.addCategory("android.intent.category.SMOKETEST_INSTRUMENTATION_TEST");
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
DreamTheaterActivity.java 12 .addCategory("android.intent.category.DREAM"),
  /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/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java 33 mIntent.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);
  /cts/tests/app/src/android/app/cts/
LauncherActivityStub.java 39 targetIntent.addCategory(Intent.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 36 .addCategory(Intent.CATEGORY_LAUNCHER)
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 41 intent.addCategory(Intent.CATEGORY_LAUNCHER);
52 intent.addCategory(selectorCategory);
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 205 intent.addCategory(Intent.CATEGORY_OPENABLE);
212 intent.addCategory(Intent.CATEGORY_OPENABLE);
219 intent.addCategory(Intent.CATEGORY_OPENABLE);
226 intent.addCategory(Intent.CATEGORY_OPENABLE);
233 intent.addCategory(Intent.CATEGORY_OPENABLE);
  /external/robolectric/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);
  /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);
  /cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java 67 filter.addCategory(Intent.CATEGORY_HOME);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 49 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 56 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
FileChooserParamsAdapter.java 85 i.addCategory(Intent.CATEGORY_OPENABLE);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 34 targetIntent.addCategory("com.android.settings.SHORTCUT");
SettingsLicenseActivity.java 64 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
LicenseActivity.java 68 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
devtools.js 5 var category = chrome.experimental.devtools.audits.addCategory(

Completed in 927 milliseconds

1 2 3 4 5 6 7 8