Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFiltersUtils.java50 .addCategory(Intent.CATEGORY_DEFAULT)
68 .addCategory(Intent.CATEGORY_DEFAULT)
83 .addCategory(Intent.CATEGORY_DEFAULT)
100 .addCategory(Intent.CATEGORY_DEFAULT)
117 .addCategory(Intent.CATEGORY_DEFAULT)
132 .addCategory(Intent.CATEGORY_DEFAULT)
149 .addCategory(Intent.CATEGORY_DEFAULT)
162 .addCategory(Intent.CATEGORY_DEFAULT)
173 .addCategory(Intent.CATEGORY_DEFAULT)
184 .addCategory(Intent.CATEGORY_DEFAULT)
[all …]
H A DPreferredActivityHelper.java19 import static android.content.Intent.CATEGORY_DEFAULT;
377 filter.addCategory(Intent.CATEGORY_DEFAULT);
453 && filter.hasCategory(CATEGORY_DEFAULT);
H A DPackageManagerService.java2507 intent.addCategory(Intent.CATEGORY_DEFAULT);
2527 intent.addCategory(Intent.CATEGORY_DEFAULT);
2543 intent.addCategory(Intent.CATEGORY_DEFAULT);
2700 intent.addCategory(Intent.CATEGORY_DEFAULT);
2738 .addCategory(Intent.CATEGORY_DEFAULT)
H A DComputerEngine.java25 import static android.content.Intent.CATEGORY_DEFAULT;
1155 intent.addCategory(Intent.CATEGORY_DEFAULT); in getHomeIntent()
3409 && intent.hasCategory(CATEGORY_DEFAULT); in isHomeIntent()
H A DSettings.java3453 if (cat.equals(Intent.CATEGORY_DEFAULT)) {
3619 filter.addCategory(Intent.CATEGORY_DEFAULT);
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCollectorTest.kt103 addCategory(Intent.CATEGORY_DEFAULT)
121 addCategory(Intent.CATEGORY_DEFAULT)
282 addCategory(Intent.CATEGORY_DEFAULT)
297 addCategory(Intent.CATEGORY_DEFAULT)
314 addCategory(Intent.CATEGORY_DEFAULT)
344 addCategory(Intent.CATEGORY_DEFAULT)
358 addCategory(Intent.CATEGORY_DEFAULT)
372 addCategory(Intent.CATEGORY_DEFAULT)
383 addCategory(Intent.CATEGORY_DEFAULT)
394 addCategory(Intent.CATEGORY_DEFAULT)
H A DDomainVerificationValidIntentTest.kt55 categorySet = setOf(Intent.CATEGORY_DEFAULT),
62 categorySet = setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT),
71 setOf(Intent.CATEGORY_DEFAULT),
72 setOf(Intent.CATEGORY_BROWSABLE, Intent.CATEGORY_DEFAULT)
H A DDomainVerificationUserSelectionOverrideTest.kt125 addCategory(Intent.CATEGORY_DEFAULT)
140 addCategory(Intent.CATEGORY_DEFAULT)
H A DDomainVerificationSettingsMutationTest.kt204 addCategory(Intent.CATEGORY_DEFAULT)
H A DDomainVerificationManagerApiTest.kt538 addCategory(Intent.CATEGORY_DEFAULT)
H A DDomainVerificationEnforcerTest.kt335 addCategory(Intent.CATEGORY_DEFAULT)
H A DDomainVerificationPackageTest.kt1060 addCategory(Intent.CATEGORY_DEFAULT)
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationUtils.java73 return intent.hasCategory(Intent.CATEGORY_DEFAULT) in isDomainVerificationIntent()
88 return intent.hasCategory(Intent.CATEGORY_DEFAULT); in isDomainVerificationIntent()
H A DDomainVerificationCollector.java257 if (!intentFilter.hasCategory(Intent.CATEGORY_DEFAULT)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java131 intent.addCategory(Intent.CATEGORY_DEFAULT); in getIntent()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPersonalAppsSuspensionHelper.java182 intent.addCategory(Intent.CATEGORY_DEFAULT); in getSettingsPackageName()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DPinnerServiceTest.java120 intent.addCategory(Intent.CATEGORY_DEFAULT); in getHomeIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedIntentInfoUtils.java145 intentInfo.setHasDefault(intentFilter.hasCategory(Intent.CATEGORY_DEFAULT)); in parseIntentInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java773 + intentFilter.hasCategory(Intent.CATEGORY_DEFAULT)); in buildResolveList()
774 if (!defaultOnly || intentFilter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java512 intent.addCategory(Intent.CATEGORY_DEFAULT); in buildBrowseIntentForUser()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DDefaultPermissionGrantPolicy.java813 .addCategory(Intent.CATEGORY_DEFAULT); in grantDefaultSystemHandlerPermissions()
842 .addCategory(Intent.CATEGORY_DEFAULT) in grantDefaultSystemHandlerPermissions()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSmsApplication.java938 intentFilter.addCategory(Intent.CATEGORY_DEFAULT); in replacePreferredActivity()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1157 intent.addCategory(Intent.CATEGORY_DEFAULT); in buildSendIntent()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1399 filter.addCategory(Intent.CATEGORY_DEFAULT);
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java5283 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in Intent

12