Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java48 import static android.server.wm.app.Components.TURN_SCREEN_ON_ACTIVITY;
186 launchActivity(TURN_SCREEN_ON_ACTIVITY); in testTurnScreenOnActivity()
188 mAmWmState.assertVisibility(TURN_SCREEN_ON_ACTIVITY, true); in testTurnScreenOnActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java140 public static final ComponentName TURN_SCREEN_ON_ACTIVITY = component("TurnScreenOnActivity"); field in Components