Searched refs:getPowerManagerDump (Results 1 – 2 of 2) sorted by relevance
139 assumeTrue("Device is not powered.", getPowerManagerDump().getIsPowered()); in testInattentiveSleep_noWarningIfStayOnIsEnabled()184 … getPowerManagerDump().getSettingsAndConfiguration().getMinimumScreenOffTimeoutConfigMs(); in testInattentiveSleep_goesToSleepAfterTimeout()195 … getPowerManagerDump().getSettingsAndConfiguration().getMinimumScreenOffTimeoutConfigMs(); in testInattentiveSleep_goesToSleepAfterTimeoutWithWakeLock()237 return getPowerManagerDump().getWakefulness(); in getWakefulness()240 private PowerManagerServiceDumpProto getPowerManagerDump() throws Exception { in getPowerManagerDump() method in InattentiveSleepTests247 getPowerManagerDump().getSettingsAndConfiguration(); in getWarningDurationConfig()
726 final PowerManagerServiceDumpProto powerManagerServiceDump = getPowerManagerDump(); in isWakeLockDisabled()735 private static PowerManagerServiceDumpProto getPowerManagerDump() throws Exception { in getPowerManagerDump() method in LowPowerStandbyTest