Home
last modified time | relevance | path

Searched defs:launchIntent (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DScreenCaptureDisabledTest.java74 Intent launchIntent = new Intent(); in startTestActivity() local
DPermissionsTest.java235 Intent launchIntent = new Intent(); in assertPermissionRequest() local
251 Intent launchIntent = new Intent(); in assertPermissionGrantState() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java206 Intent launchIntent = getIntentReceivingActivityIntent(0); in testStartActivity_withinTask() local
230 Intent launchIntent = getIntentReceivingActivityIntent(0); in testStartActivity_outsideTaskWhitelisted() local
250 Intent launchIntent = getIntentReceivingActivityIntent(Intent.FLAG_ACTIVITY_NEW_TASK); in testStartActivity_outsideTaskNonWhitelisted() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java343 Intent launchIntent = keyguardManager.createConfirmDeviceCredentialIntent(null, null); in onCreate() local