Searched refs:TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
53 import static android.server.wm.app.Components.TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY;496 launchActivity(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY); in testTurnScreenOnActivity_withRelayout()497 mAmWmState.assertVisibility(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, true); in testTurnScreenOnActivity_withRelayout()500 waitAndAssertActivityState(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity_withRelayout()
153 public static final ComponentName TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY = field in Components