Searched refs:SHOW_WHEN_LOCKED_DIALOG_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
35 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()
41 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_DIALOG_ACTIVITY;804 getLaunchActivityBuilder().setTargetActivity(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY) in testConvertTranslucentOnNonTopTranslucentActivity()806 verifyActivityVisibilities(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, false); in testConvertTranslucentOnNonTopTranslucentActivity()837 getLaunchActivityBuilder().setTargetActivity(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY) in testConvertTranslucentOnNonTopOpaqueActivity()839 verifyActivityVisibilities(SHOW_WHEN_LOCKED_DIALOG_ACTIVITY, false); in testConvertTranslucentOnNonTopOpaqueActivity()
117 public static final ComponentName SHOW_WHEN_LOCKED_DIALOG_ACTIVITY = field in Components