Home
last modified time | relevance | path

Searched refs:TURN_SCREEN_ON_ACTIVITY (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java47 import static android.server.wm.app.Components.TURN_SCREEN_ON_ACTIVITY;
250 mWmState.assertVisibility(TURN_SCREEN_ON_ACTIVITY, true); in testTurnScreenOnActivity()
282 new WaitForValidActivityState.Builder(TURN_SCREEN_ON_ACTIVITY) in testFreeformWindowTurnScreenOnActivity()
286 TURN_SCREEN_ON_ACTIVITY, WINDOWING_MODE_FULLSCREEN)); in testFreeformWindowTurnScreenOnActivity()
287 mWmState.assertVisibility(TURN_SCREEN_ON_ACTIVITY, true); in testFreeformWindowTurnScreenOnActivity()
306 }).setTargetActivity(TURN_SCREEN_ON_ACTIVITY).setWindowingMode(windowingMode)); in sleepDeviceAndLaunchTurnScreenOnActivity()
DDreamManagerServiceTests.java227 launchActivity(Components.TURN_SCREEN_ON_ACTIVITY); in testStartTurnScreenOnActivityDoesWake()
230 waitAndAssertTopResumedActivity(Components.TURN_SCREEN_ON_ACTIVITY, in testStartTurnScreenOnActivityDoesWake()
DKeyguardTests.java39 import static android.server.wm.app.Components.TURN_SCREEN_ON_ACTIVITY;
461 }).setTargetActivity(TURN_SCREEN_ON_ACTIVITY)); in testTurnScreenOnOnActivityOnAod()
463 mWmState.computeState(TURN_SCREEN_ON_ACTIVITY); in testTurnScreenOnOnActivityOnAod()
464 mWmState.assertVisibility(TURN_SCREEN_ON_ACTIVITY, true); in testTurnScreenOnOnActivityOnAod()
DKeyguardLockedTests.java33 import static android.server.wm.app.Components.TURN_SCREEN_ON_ACTIVITY;
244 }).setTargetActivity(TURN_SCREEN_ON_ACTIVITY)); in testTurnScreenOnActivity_withSecureKeyguard()
246 mWmState.assertVisibility(TURN_SCREEN_ON_ACTIVITY, false); in testTurnScreenOnActivity_withSecureKeyguard()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java170 public static final ComponentName TURN_SCREEN_ON_ACTIVITY = component("TurnScreenOnActivity"); field in Components