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.java30 import static android.server.wm.app.Components.DIALOG_WHEN_LARGE_ACTIVITY;
302 launchActivity(DIALOG_WHEN_LARGE_ACTIVITY, WINDOWING_MODE_SPLIT_SCREEN_PRIMARY); in testDialogWhenLargeSplitSmall()
313 new WaitForValidActivityState.Builder(DIALOG_WHEN_LARGE_ACTIVITY) in testDialogWhenLargeSplitSmall()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java36 public static final ComponentName DIALOG_WHEN_LARGE_ACTIVITY = field in Components