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;702 launchActivity(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTurnScreenOnShowOnLockAttr()703 mWmState.assertVisibility(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, true); in testTurnScreenOnShowOnLockAttr()707 waitAndAssertResumedActivity(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testTurnScreenOnShowOnLockAttr()709 assertSingleLaunch(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testTurnScreenOnShowOnLockAttr()722 launchActivityNoWait(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FREEFORM); in testChangeToFullscreenWhenLockWithAttrInFreeform()724 new WaitForValidActivityState.Builder(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY) in testChangeToFullscreenWhenLockWithAttrInFreeform()728 TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN)); in testChangeToFullscreenWhenLockWithAttrInFreeform()729 mWmState.assertVisibility(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, true); in testChangeToFullscreenWhenLockWithAttrInFreeform()
261 launchActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testStartActivityOnKeyguardLocked()263 waitAndAssertTopResumedActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, in testStartActivityOnKeyguardLocked()
186 public static final ComponentName TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY = field in Components