Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationCollectorTest.kt102 addCategory(Intent.CATEGORY_BROWSABLE) in verifyV1NoValidIntentFilter()
120 addCategory(Intent.CATEGORY_BROWSABLE) in verifyV1NoValidIntentFilter()
281 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
296 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
313 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
330 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
357 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
371 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
382 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
393 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
DDomainVerificationValidIntentTest.kt44 categorySet = setOf(Intent.CATEGORY_BROWSABLE), in parameters()
49 categorySet = setOf(Intent.CATEGORY_BROWSABLE), in parameters()
62 categorySet = setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT), in parameters()
70 setOf(Intent.CATEGORY_BROWSABLE), in parameters()
72 setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT) in parameters()
DDomainVerificationUserSelectionOverrideTest.kt124 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState()
139 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState()
DDomainVerificationSettingsMutationTest.kt204 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationManagerApiTest.kt598 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationEnforcerTest.kt334 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationPackageTest.kt1127 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java55 .addCategory(Intent.CATEGORY_BROWSABLE)
73 .addCategory(Intent.CATEGORY_BROWSABLE)
88 .addCategory(Intent.CATEGORY_BROWSABLE)
105 .addCategory(Intent.CATEGORY_BROWSABLE)
122 .addCategory(Intent.CATEGORY_BROWSABLE)
137 .addCategory(Intent.CATEGORY_BROWSABLE)
154 .addCategory(Intent.CATEGORY_BROWSABLE)
167 .addCategory(Intent.CATEGORY_BROWSABLE)
189 .addCategory(Intent.CATEGORY_BROWSABLE)
205 .addCategory(Intent.CATEGORY_BROWSABLE)
[all …]
DInstantAppResolver.java518 && filter.hasCategory(Intent.CATEGORY_BROWSABLE)) { in computeResolveFilters()
DInstantAppRegistry.java523 if (categories != null && categories.contains(Intent.CATEGORY_BROWSABLE)) {
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationUtils.java77 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isDomainVerificationIntent()
86 } else if (intent.hasCategory(Intent.CATEGORY_BROWSABLE)) { in isDomainVerificationIntent()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java288 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE); in forwardToManagedProfile_canForward_selectorIntent()
412 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_callIntent_actionViewTel()
478 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSms()
492 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSmsto()
506 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMms()
520 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMmsto()
547 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_invalidUri()
561 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_normalUrl()
577 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_duringDeviceSetup()
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
DSystemServiceCallLoadTest.java56 intent.addCategory(Intent.CATEGORY_BROWSABLE); in test()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAccessoryUriActivity.java108 intent.addCategory(Intent.CATEGORY_BROWSABLE); in onClick()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java48 return intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
/frameworks/base/core/java/android/widget/
DChronometer.java163 .addCategory(Intent.CATEGORY_BROWSABLE) in isTheFinalCountDown()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DAppUtils.java63 .addCategory(Intent.CATEGORY_BROWSABLE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java296 .addCategory(Intent.CATEGORY_BROWSABLE) in postInstantAppNotif()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java567 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isViewActionIntent()
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java1180 new ResolveInfo(intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE)); in newResult()
/frameworks/base/core/java/android/content/
DIntent.java5418 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE"; field in Intent
12563 && !(mCategories != null && mCategories.contains(CATEGORY_BROWSABLE) in prepareToLeaveProcess()
DIntentFilter.java707 || !hasCategory(Intent.CATEGORY_BROWSABLE) in handlesWebUris()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5559 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7709 …field public static final java.lang.String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE…

12