Home
last modified time | relevance | path

Searched refs:CATEGORY_BROWSABLE (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCollectorTest.kt102 addCategory(Intent.CATEGORY_BROWSABLE)
120 addCategory(Intent.CATEGORY_BROWSABLE)
281 addCategory(Intent.CATEGORY_BROWSABLE)
296 addCategory(Intent.CATEGORY_BROWSABLE)
313 addCategory(Intent.CATEGORY_BROWSABLE)
330 addCategory(Intent.CATEGORY_BROWSABLE)
357 addCategory(Intent.CATEGORY_BROWSABLE)
371 addCategory(Intent.CATEGORY_BROWSABLE)
382 addCategory(Intent.CATEGORY_BROWSABLE)
393 addCategory(Intent.CATEGORY_BROWSABLE)
H A DDomainVerificationValidIntentTest.kt44 categorySet = setOf(Intent.CATEGORY_BROWSABLE),
49 categorySet = setOf(Intent.CATEGORY_BROWSABLE),
62 categorySet = setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT),
70 setOf(Intent.CATEGORY_BROWSABLE),
72 setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT)
H A DDomainVerificationUserSelectionOverrideTest.kt124 addCategory(Intent.CATEGORY_BROWSABLE)
139 addCategory(Intent.CATEGORY_BROWSABLE)
H A DDomainVerificationSettingsMutationTest.kt203 addCategory(Intent.CATEGORY_BROWSABLE)
H A DDomainVerificationManagerApiTest.kt537 addCategory(Intent.CATEGORY_BROWSABLE)
H A DDomainVerificationEnforcerTest.kt334 addCategory(Intent.CATEGORY_BROWSABLE)
H A DDomainVerificationPackageTest.kt1059 addCategory(Intent.CATEGORY_BROWSABLE)
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFiltersUtils.java51 .addCategory(Intent.CATEGORY_BROWSABLE)
69 .addCategory(Intent.CATEGORY_BROWSABLE)
84 .addCategory(Intent.CATEGORY_BROWSABLE)
101 .addCategory(Intent.CATEGORY_BROWSABLE)
118 .addCategory(Intent.CATEGORY_BROWSABLE)
133 .addCategory(Intent.CATEGORY_BROWSABLE)
150 .addCategory(Intent.CATEGORY_BROWSABLE)
163 .addCategory(Intent.CATEGORY_BROWSABLE)
185 .addCategory(Intent.CATEGORY_BROWSABLE)
201 .addCategory(Intent.CATEGORY_BROWSABLE)
[all …]
H A DInstantAppResolver.java514 && filter.hasCategory(Intent.CATEGORY_BROWSABLE)) { in computeResolveFilters()
H A DInstantAppRegistry.java523 if (categories != null && categories.contains(Intent.CATEGORY_BROWSABLE)) {
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationUtils.java74 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isDomainVerificationIntent()
83 } else if (intent.hasCategory(Intent.CATEGORY_BROWSABLE)) { in isDomainVerificationIntent()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java283 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE); in forwardToManagedProfile_canForward_selectorIntent()
407 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_callIntent_actionViewTel()
473 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSms()
487 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSmsto()
501 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMms()
515 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMmsto()
542 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_invalidUri()
556 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_normalUrl()
572 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_duringDeviceSetup()
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DSystemServiceCallLoadTest.java56 intent.addCategory(Intent.CATEGORY_BROWSABLE); in test()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java108 intent.addCategory(Intent.CATEGORY_BROWSABLE); in onClick()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DComponentParseUtils.java50 return intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
/aosp14/frameworks/base/core/java/android/widget/
H A DChronometer.java163 .addCategory(Intent.CATEGORY_BROWSABLE) in isTheFinalCountDown()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppUtils.java62 .addCategory(Intent.CATEGORY_BROWSABLE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java292 .addCategory(Intent.CATEGORY_BROWSABLE) in postInstantAppNotif()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java493 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isViewActionIntent()
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java679 || !hasCategory(Intent.CATEGORY_BROWSABLE) in handlesWebUris()
H A DIntent.java5295 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE"; field in Intent
12168 && !(mCategories != null && mCategories.contains(CATEGORY_BROWSABLE) in prepareToLeaveProcess()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java1174 new ResolveInfo(intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE)); in newResult()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java5559 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10961 field public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE";