Searched refs:sPowerManager (Results 1 – 1 of 1) sorted by relevance
50 private static final PowerManager sPowerManager = field in CommonUtils129 sPowerManager.goToSleep(SystemClock.uptimeMillis()); in reopenScreen()137 UiUtils.waitUntilCondition(1000, () -> !sPowerManager.isInteractive()); in reopenScreen()138 sPowerManager.wakeUp(SystemClock.uptimeMillis()); in reopenScreen()139 UiUtils.waitUntilCondition(1000, () -> sPowerManager.isInteractive()); in reopenScreen()142 sPowerManager.wakeUp(1000, PowerManager.WAKE_REASON_POWER_BUTTON, "Wakeup"); in reopenScreen()