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;
613 launchActivity(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTurnScreenOnShowOnLockAttr()
614 mWmState.assertVisibility(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, true); in testTurnScreenOnShowOnLockAttr()
616 assertSingleLaunch(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY); in testTurnScreenOnShowOnLockAttr()
628 launchActivityNoWait(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FREEFORM); in testChangeToFullscreenWhenLockWithAttrInFreeform()
630 new WaitForValidActivityState.Builder(TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY) in testChangeToFullscreenWhenLockWithAttrInFreeform()
634 TURN_SCREEN_ON_SHOW_ON_LOCK_ACTIVITY, WINDOWING_MODE_FULLSCREEN)); in testChangeToFullscreenWhenLockWithAttrInFreeform()
635 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