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

1 2

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 39 mimeTypeCallEmergency.addCategory(Intent.CATEGORY_BROWSABLE);
56 callWithDataEmergency.addCategory(Intent.CATEGORY_BROWSABLE);
68 mimeTypeDial.addCategory(Intent.CATEGORY_BROWSABLE);
88 dialWithData.addCategory(Intent.CATEGORY_BROWSABLE);
99 dialNoData.addCategory(Intent.CATEGORY_BROWSABLE);
114 smsMms.addCategory(Intent.CATEGORY_BROWSABLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 108 Intent.CATEGORY_BROWSABLE),
113 Intent.CATEGORY_BROWSABLE),
123 Intent.CATEGORY_BROWSABLE),
157 Intent.CATEGORY_BROWSABLE),
166 Intent.CATEGORY_BROWSABLE),
169 Intent.CATEGORY_BROWSABLE),
172 Intent.CATEGORY_BROWSABLE),
175 Intent.CATEGORY_BROWSABLE),
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
AppLinkTest.java 97 i.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/Settings/src/com/android/settings/applications/
DefaultBrowserPreference.java 101 intent.addCategory(Intent.CATEGORY_BROWSABLE);
123 intent.addCategory(Intent.CATEGORY_BROWSABLE);
180 intent.addCategory(Intent.CATEGORY_BROWSABLE);
AppLaunchSettings.java 60 .addCategory(Intent.CATEGORY_BROWSABLE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbAccessoryUriActivity.java 88 intent.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 157 intent.addCategory(Intent.CATEGORY_BROWSABLE);
161 selector.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);
  /frameworks/base/core/java/android/content/
IntentFilter.java 486 * {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent data scheme
531 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
544 * @return True if the filter handles ACTION_VIEW/CATEGORY_BROWSABLE,
549 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
560 || !hasCategory(Intent.CATEGORY_BROWSABLE)
600 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
    [all...]
Intent.java 557 * <li> {@link #CATEGORY_BROWSABLE}
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Utils.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 787 categories.contains(Intent.CATEGORY_BROWSABLE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 482 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 256 milliseconds

1 2