Searched refs:TURN_SCREEN_ON_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
48 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()
140 public static final ComponentName TURN_SCREEN_ON_ACTIVITY = component("TurnScreenOnActivity"); field in Components