Searched refs:KEY_USE_APPLICATION_CONTEXT (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityLauncher.java | 96 public static final String KEY_USE_APPLICATION_CONTEXT = "use_application_context"; field in ActivityLauncher 255 final Context launchContext = getBoolean(extras, KEY_USE_APPLICATION_CONTEXT) ? in launchActivityFromExtras()
|
D | ActivityManagerTestBase.java | 73 import static android.server.wm.ActivityLauncher.KEY_USE_APPLICATION_CONTEXT; 2591 b.putBoolean(KEY_USE_APPLICATION_CONTEXT, mUseApplicationContext); 2659 commandBuilder.append(" --ez " + KEY_USE_APPLICATION_CONTEXT + " true");
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayActivityLaunchTests.java | 33 import static android.server.wm.ActivityLauncher.KEY_USE_APPLICATION_CONTEXT; 532 extraBool(KEY_USE_APPLICATION_CONTEXT, true), extraBool(KEY_NEW_TASK, true), in testLaunchExistingActivityReparentDisplay() 895 extraBool(KEY_NEW_TASK, true), extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromApplicationContext() 914 extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromPendingIntent()
|