Searched refs:TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
52 import static android.server.wm.app.Components.TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY;805 launchActivity(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY); in testTurnScreenOnActivity_withRelayout()806 mWmState.assertVisibility(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, true); in testTurnScreenOnActivity_withRelayout()809 waitAndAssertActivityState(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity_withRelayout()
190 public static final ComponentName TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY = field in Components