Home
last modified time | relevance | path

Searched refs:SHOW_WHEN_LOCKED_DIALOG_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java35 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_DIALOG_ACTIVITY;
223 launchActivity(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY); in testDialogShowWhenLockedActivity()
224 mWmState.computeState(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY); in testDialogShowWhenLockedActivity()
225 mWmState.assertVisibility(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, true); in testDialogShowWhenLockedActivity()
228 mWmState.assertVisibility(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, true); in testDialogShowWhenLockedActivity()
DActivityVisibilityTests.java41 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_DIALOG_ACTIVITY;
779 getLaunchActivityBuilder().setTargetActivity(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY) in testConvertTranslucentOnNonTopTranslucentActivity()
781 verifyActivityVisibilities(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, false); in testConvertTranslucentOnNonTopTranslucentActivity()
812 getLaunchActivityBuilder().setTargetActivity(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY) in testConvertTranslucentOnNonTopOpaqueActivity()
814 verifyActivityVisibilities(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, false); in testConvertTranslucentOnNonTopOpaqueActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java117 public static final ComponentName SHOW_WHEN_LOCKED_DIALOG_ACTIVITY = field in Components