/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationCollectorTest.kt | 101 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()
|
D | DomainVerificationValidIntentTest.kt | 44 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()
|
D | DomainVerificationUserSelectionOverrideTest.kt | 123 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState() 138 addCategory(Intent.CATEGORY_BROWSABLE) in mockPkgState()
|
D | DomainVerificationSettingsMutationTest.kt | 203 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
|
D | DomainVerificationManagerApiTest.kt | 537 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
|
D | DomainVerificationEnforcerTest.kt | 319 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
|
D | DomainVerificationPackageTest.kt | 1058 addCategory(Intent.CATEGORY_BROWSABLE) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultCrossProfileIntentFiltersUtils.java | 50 .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)
|
D | InstantAppResolver.java | 514 && filter.hasCategory(Intent.CATEGORY_BROWSABLE)) { in computeResolveFilters()
|
D | InstantAppRegistry.java | 523 if (categories != null && categories.contains(Intent.CATEGORY_BROWSABLE)) {
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationUtils.java | 74 && 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/ |
D | IntentForwarderActivityTest.java | 266 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/ |
D | SystemServiceCallLoadTest.java | 56 intent.addCategory(Intent.CATEGORY_BROWSABLE); in test()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbAccessoryUriActivity.java | 108 intent.addCategory(Intent.CATEGORY_BROWSABLE); in onClick()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
D | ComponentParseUtils.java | 50 return intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
|
/frameworks/base/core/java/android/widget/ |
D | Chronometer.java | 163 .addCategory(Intent.CATEGORY_BROWSABLE) in isTheFinalCountDown()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | AppUtils.java | 61 .addCategory(Intent.CATEGORY_BROWSABLE)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | InstantAppNotifier.java | 292 .addCategory(Intent.CATEGORY_BROWSABLE) in postInstantAppNotif()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 300 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isViewActionIntent()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 637 || !hasCategory(Intent.CATEGORY_BROWSABLE) in handlesWebUris()
|
D | Intent.java | 5107 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/ |
D | ComponentResolver.java | 1175 new ResolveInfo(intentFilter.hasCategory(Intent.CATEGORY_BROWSABLE)); in newResult()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 5559 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7709 …field public static final java.lang.String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE…
|
/frameworks/base/core/api/ |
D | current.txt | 10365 field public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE";
|