Searched refs:TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
50 import static android.server.wm.app.Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY;638 launchActivity(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTurnScreenOnShowOnLockAttr()639 mWmState.assertVisibility(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, true); in testTurnScreenOnShowOnLockAttr()641 assertSingleLaunch(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testTurnScreenOnShowOnLockAttr()653 launchActivityNoWait(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FREEFORM); in testChangeToFullscreenWhenLockWithAttrInFreeform()655 new WaitForValidActivityState.Builder(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY) in testChangeToFullscreenWhenLockWithAttrInFreeform()659 TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN)); in testChangeToFullscreenWhenLockWithAttrInFreeform()660 mWmState.assertVisibility(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, true); in testChangeToFullscreenWhenLockWithAttrInFreeform()
258 launchActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testStartActivityOnKeyguardLocked()260 waitAndAssertTopResumedActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, in testStartActivityOnKeyguardLocked()
179 public static final ComponentName TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY = field in Components