Searched refs:mWakeupTime (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPowerManagementServiceTest.java | 120 private int mWakeupTime; field in CarPowerManagementServiceTest 133 mWakeupTime = wakeupAnnotation.value(); 134 Log.d(TAG, "Using annotated wakeup time: " + mWakeupTime); 185 if (mWakeupTime > 0) { in initTest() 187 mService.scheduleNextWakeupTime(mWakeupTime); in initTest() 244 PowerHalService.SET_DEEP_SLEEP_ENTRY, WAIT_TIMEOUT_LONG_MS, mWakeupTime); in testSuspend() 263 PowerHalService.SET_SHUTDOWN_START, WAIT_TIMEOUT_LONG_MS, mWakeupTime); in testShutdownOnSuspend() 280 PowerHalService.SET_DEEP_SLEEP_ENTRY, WAIT_TIMEOUT_LONG_MS, mWakeupTime); in testShutdownOnSuspend() 307 PowerHalService.SET_DEEP_SLEEP_ENTRY, WAIT_TIMEOUT_LONG_MS, mWakeupTime); in testShutdownCancel() 316 PowerHalService.SET_SHUTDOWN_START, WAIT_TIMEOUT_LONG_MS, mWakeupTime); in testShutdownWithProcessing() [all …]
|