Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTestActivityWithSameAffinity.java45 Intent launchIntent = new Intent(); in onCreate() local
DAssistantActivity.java49 final Intent launchIntent = new Intent(); in onCreate() local
DPipActivity.java281 Intent launchIntent = new Intent(); in onCreate() local
/cts/hostsidetests/packagemanager/extractnativelibs/apps/app_no_extract/src/com/android/cts/extractnativelibs/app/noextract/
DExtractNativeLibsFalseDeviceTest.java67 Intent launchIntent = mContext.getPackageManager().getLaunchIntentForPackage( in launchActivity() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureRestrictionsTest.java60 final Intent launchIntent = new Intent(); in testDisallowContentCapture_allowed() local
DAutofillActivity.java42 final Intent launchIntent = new Intent(); in onCreate() local
DAutofillRestrictionsTest.java77 final Intent launchIntent = new Intent(); in launchActivityAndGetEnabled() local
DContentCaptureActivity.java54 final Intent launchIntent = new Intent(); in onCreate() local
DMeteredDataRestrictionTest.java119 final Intent launchIntent = new Intent() in verifyAppNetworkState() local
/cts/hostsidetests/packagemanager/extractnativelibs/apps/app_extract/src/com/android/cts/extractnativelibs/app/extract/
DExtractNativeLibsTrueDeviceTest.java74 Intent launchIntent = mContext.getPackageManager().getLaunchIntentForPackage( in launchActivity() 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.java115 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup1() local
149 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in testSetup2() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityLauncher.java285 final Intent launchIntent = new Intent(Intent.ACTION_VIEW).setComponent(componentName); in checkActivityStartOnDisplay() local
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DPermissionUtils.java131 Intent launchIntent = new Intent(); in launchActivityWithAction() local
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java356 final Intent launchIntent = new Intent(Intent.ACTION_MAIN); in start() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java373 Intent launchIntent = keyguardManager.createConfirmDeviceCredentialIntent(null, null); in onCreate() local