Home
last modified time | relevance | path

Searched refs:DIALOG_WHEN_LARGE_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java31 import static android.server.wm.app.Components.DIALOG_WHEN_LARGE_ACTIVITY;
304 getLaunchActivityBuilder().setTargetActivity(DIALOG_WHEN_LARGE_ACTIVITY), in testDialogWhenLargeSplitSmall()
306 int displayId = mWmState.getDisplayByActivity(DIALOG_WHEN_LARGE_ACTIVITY); in testDialogWhenLargeSplitSmall()
314 new WaitForValidActivityState.Builder(DIALOG_WHEN_LARGE_ACTIVITY) in testDialogWhenLargeSplitSmall()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java37 public static final ComponentName DIALOG_WHEN_LARGE_ACTIVITY = field in Components