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

1 2 3

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 57 .addCategory(Intent.CATEGORY_BROWSABLE)
71 .addCategory(Intent.CATEGORY_BROWSABLE)
83 .addCategory(Intent.CATEGORY_BROWSABLE)
97 .addCategory(Intent.CATEGORY_BROWSABLE)
111 .addCategory(Intent.CATEGORY_BROWSABLE)
127 .addCategory(Intent.CATEGORY_BROWSABLE)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 114 Intent.CATEGORY_BROWSABLE),
119 Intent.CATEGORY_BROWSABLE),
129 Intent.CATEGORY_BROWSABLE),
171 Intent.CATEGORY_BROWSABLE),
180 Intent.CATEGORY_BROWSABLE),
183 Intent.CATEGORY_BROWSABLE),
186 Intent.CATEGORY_BROWSABLE),
189 Intent.CATEGORY_BROWSABLE),
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 29 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
AppLaunchSettings.java 60 .addCategory(Intent.CATEGORY_BROWSABLE)
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
AppLinkTest.java 95 i.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DefaultBrowserShortcutPreferenceControllerTest.java 69 && intent.getCategories().contains(Intent.CATEGORY_BROWSABLE)), anyInt()))
  /cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java 87 .addCategory(Intent.CATEGORY_BROWSABLE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbAccessoryUriActivity.java 88 intent.addCategory(Intent.CATEGORY_BROWSABLE);
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 257 .addCategory(Intent.CATEGORY_BROWSABLE)
273 .addCategory(Intent.CATEGORY_BROWSABLE)
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 257 .addCategory(Intent.CATEGORY_BROWSABLE)
273 .addCategory(Intent.CATEGORY_BROWSABLE)
  /development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainWearActivity.java 257 .addCategory(Intent.CATEGORY_BROWSABLE)
273 .addCategory(Intent.CATEGORY_BROWSABLE)
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 158 intent.addCategory(Intent.CATEGORY_BROWSABLE);
162 selector.addCategory(Intent.CATEGORY_BROWSABLE);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java 81 broadcastIntent.addCategory(Intent.CATEGORY_BROWSABLE);
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
TestHelper.java 91 .addCategory(Intent.CATEGORY_BROWSABLE)
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultBrowserPreferenceController.java 42 .addCategory(Intent.CATEGORY_BROWSABLE)
  /packages/apps/Settings/src/com/android/settings/support/
NewDeviceIntroSuggestionActivity.java 137 .addCategory(Intent.CATEGORY_BROWSABLE)
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java 205 queryIntent.addCategory(Intent.CATEGORY_BROWSABLE);
230 queryIntent.addCategory(Intent.CATEGORY_BROWSABLE);
437 // startViewIntent.addCategory(Intent.CATEGORY_BROWSABLE);
571 startExposedIntent.addCategory(Intent.CATEGORY_BROWSABLE);
588 startExposedIntent.addCategory(Intent.CATEGORY_BROWSABLE);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java 426 startViewIntent.addCategory(Intent.CATEGORY_BROWSABLE);
434 assertThat(testResult.getIntent().getCategories(), hasItems(Intent.CATEGORY_BROWSABLE));
448 startViewIntent.addCategory(Intent.CATEGORY_BROWSABLE);
  /frameworks/base/core/java/android/widget/
Chronometer.java 159 .addCategory(Intent.CATEGORY_BROWSABLE)
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
InstantAppButtonsPreferenceController.java 150 intent.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewBrowserActivity.java 483 intent.addCategory(Intent.CATEGORY_BROWSABLE);
487 selector.addCategory(Intent.CATEGORY_BROWSABLE);
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 329 .addCategory(Intent.CATEGORY_BROWSABLE)
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 329 .addCategory(Intent.CATEGORY_BROWSABLE)
  /development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainMobileActivity.java 329 .addCategory(Intent.CATEGORY_BROWSABLE)
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
IntentForwarderActivityTest.java 232 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE);

Completed in 1035 milliseconds

1 2 3