Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationCollectorTest.kt101 addCategory(Intent.CATEGORY_BROWSABLE) in verifyV1NoValidIntentFilter()
119 addCategory(Intent.CATEGORY_BROWSABLE) in verifyV1NoValidIntentFilter()
280 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
295 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
312 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
329 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
356 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
370 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
381 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkg()
392 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.kt123 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState()
138 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState()
DDomainVerificationSettingsMutationTest.kt203 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationManagerApiTest.kt537 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationEnforcerTest.kt319 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
DDomainVerificationPackageTest.kt1058 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultCrossProfileIntentFiltersUtils.java50 .addCategory(Intent.CATEGORY_BROWSABLE)
68 .addCategory(Intent.CATEGORY_BROWSABLE)
83 .addCategory(Intent.CATEGORY_BROWSABLE)
100 .addCategory(Intent.CATEGORY_BROWSABLE)
117 .addCategory(Intent.CATEGORY_BROWSABLE)
139 .addCategory(Intent.CATEGORY_BROWSABLE)
DInstantAppResolver.java514 && 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.java74 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isDomainVerificationIntent()
83 } else if (intent.hasCategory(Intent.CATEGORY_BROWSABLE)) { in isDomainVerificationIntent()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java266 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE); in forwardToManagedProfile_canForward_selectorIntent()
382 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_callIntent_actionViewTel()
448 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSms()
462 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewSmsto()
476 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMms()
490 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_textMessageIntent_actionViewMmsto()
517 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_invalidUri()
531 .addCategory(Intent.CATEGORY_BROWSABLE) in shouldSkipDisclosure_viewBrowsableIntent_normalUrl()
547 .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/services/core/java/com/android/server/pm/pkg/component/
DComponentParseUtils.java50 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.java61 .addCategory(Intent.CATEGORY_BROWSABLE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java292 .addCategory(Intent.CATEGORY_BROWSABLE) in postInstantAppNotif()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java300 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isViewActionIntent()
/frameworks/base/core/java/android/content/
DIntentFilter.java637 || !hasCategory(Intent.CATEGORY_BROWSABLE) in handlesWebUris()
DIntent.java5107 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE"; field in Intent
11952 && !(mCategories != null && mCategories.contains(CATEGORY_BROWSABLE) in prepareToLeaveProcess()
/frameworks/base/services/core/java/com/android/server/pm/resolution/
DComponentResolver.java1175 new ResolveInfo(intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE)); in newResult()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5559 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7709 …field public static final java.lang.String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE…
/frameworks/base/core/api/
Dcurrent.txt10365 field public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE";