Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java50 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()
DDreamManagerServiceTests.java258 launchActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testStartActivityOnKeyguardLocked()
260 waitAndAssertTopResumedActivity(Components.TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, in testStartActivityOnKeyguardLocked()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java179 public static final ComponentName TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY = field in Components