Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DWifiSliceTest.java59 private static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in WifiSliceTest
105 new Intent(ACTION_ASSIST).addCategory(CATEGORY_DEFAULT); in wifiSlice_grantedPermissionToDefaultAssistant()
126 new Intent(ACTION_VOICE_ASSIST).addCategory(CATEGORY_DEFAULT); in wifiSlice_grantedPermissionToDefaultVoiceAssistant()
/cts/tests/tests/os/src/android/os/cts/
DRequiredComponentsTest.java55 installerIntent.addCategory(Intent.CATEGORY_DEFAULT); in testPackageInstallerPresent()
104 installerIntent.addCategory(Intent.CATEGORY_DEFAULT); in testNoPackageInstallerPresent()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDisallowSharingIntoProfileTest.java64 Intent.CATEGORY_DEFAULT),
65 new Intent(Intent.ACTION_PICK).addCategory(Intent.CATEGORY_DEFAULT)));
/cts/tests/tests/content/src/android/content/pm/cts/
DInstantAppTest.java67 intent.addCategory(Intent.CATEGORY_DEFAULT); in testInstantAppInstallerQuery()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java123 filter.addCategory(Intent.CATEGORY_DEFAULT); in addPersistentPreferredActivity()
DLockTaskHostDrivenTest.java318 intentFilter.addCategory(Intent.CATEGORY_DEFAULT); in setDefaultHomeIntentReceiver()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java86 .addCategory(Intent.CATEGORY_DEFAULT) in startActivityAndWait()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java73 broadcastIntent.addCategory(Intent.CATEGORY_DEFAULT); in broadcast()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java117 .addCategory(Intent.CATEGORY_DEFAULT) in launchActivity()
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DSessionCommitBroadcastTest.java67 .addCategory(Intent.CATEGORY_DEFAULT); in testBroadcastNotReceivedForDifferentLauncher()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollbackUtils.java237 crashFilter.addCategory(Intent.CATEGORY_DEFAULT); in launchPackageForCrash()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java289 intent.addCategory(Intent.CATEGORY_DEFAULT); in getPermissionControllerPackageName()
464 intent.addCategory(Intent.CATEGORY_DEFAULT); in setPermissionGrantState()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java821 preIntent.addCategory(Intent.CATEGORY_DEFAULT); in testNetworkSetupWizardPermission()
830 postIntent.addCategory(Intent.CATEGORY_DEFAULT); in testNetworkSetupWizardPermission()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java78 filter.addCategory(Intent.CATEGORY_DEFAULT); in setUp()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java323 i.addCategory(Intent.CATEGORY_DEFAULT); in createLaunchIntent()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java697 intent.addCategory(Intent.CATEGORY_DEFAULT); in testEject()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java118 filter.addCategory(Intent.CATEGORY_DEFAULT); in setUp()