Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTestActivityWithSameAffinity.java45 Intent launchIntent = new Intent(); in onCreate() local
DAssistantActivity.java46 final Intent launchIntent = new Intent(); in onCreate() local
DPipActivity.java176 Intent launchIntent = new Intent(); in onCreate() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java283 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, true /*shouldWait*/); in testUpdateWhitelisting_twoTasks() local
313 Intent launchIntent = createReceiverActivityIntent(false /*newTask*/, false /*shouldWait*/); in testStartActivity_withinTask() local
335 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/); in testStartActivity_outsideTaskWhitelisted() local
352 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/); in testStartActivity_outsideTaskNonWhitelisted() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureRestrictionsTest.java60 final Intent launchIntent = new Intent(); in testDisallowContentCapture_allowed() local
DContentSuggestionsActivity.java44 final Intent launchIntent = new Intent(); in onCreate() local
DAutofillActivity.java42 final Intent launchIntent = new Intent(); in onCreate() local
DContentSuggestionsRestrictionsTest.java76 final Intent launchIntent = new Intent(); in launchActivityAndGetEnabled() local
DAutofillRestrictionsTest.java77 final Intent launchIntent = new Intent(); in launchActivityAndGetEnabled() local
DContentCaptureActivity.java53 final Intent launchIntent = new Intent(); in onCreate() local
DPermissionsTest.java278 Intent launchIntent = new Intent(); in assertPermissionRequest() local
294 Intent launchIntent = new Intent(); in assertPermissionGrantState() local
DMeteredDataRestrictionTest.java110 final Intent launchIntent = new Intent() in verifyAppNetworkState() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java174 public ConsecutiveLaunch(LaunchSequence previous, LaunchIntent launchIntent, in ConsecutiveLaunch()
222 public RootLaunch(LaunchIntent launchIntent) { in RootLaunch()
/cts/tests/tests/widget/src/android/widget/cts/
DTabHostTest.java105 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup1() local
139 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup2() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java234 final Intent launchIntent = new Intent(Intent.ACTION_VIEW).setComponent(componentName); in checkActivityStartOnDisplay() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java385 Intent launchIntent = keyguardManager.createConfirmDeviceCredentialIntent(null, null); in onCreate() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java1052 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess() local
1078 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService() local