Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java52 import static android.server.wm.app.Components.TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY;
695 launchActivity(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY); in testTurnScreenOnActivity_withRelayout()
696 mWmState.assertVisibility(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, true); in testTurnScreenOnActivity_withRelayout()
699 waitAndAssertActivityState(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity_withRelayout()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java183 public static final ComponentName TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY = field in Components