Home
last modified time | relevance | path

Searched refs:wakeupTime (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java100 final int wakeupTime = 100; in testShutdown() local
104 mPowerEventProcessingHandler = new PowerEventProcessingHandlerImpl(0, wakeupTime); in testShutdown()
112 assertStateReceived(PowerHalService.SET_SHUTDOWN_START, wakeupTime); in testShutdown()
120 final int wakeupTime = 100; in testShutdownWithProcessing() local
125 wakeupTime); in testShutdownWithProcessing()
134 WAIT_TIMEOUT_LONG_MS, wakeupTime); in testShutdownWithProcessing()
141 final int wakeupTime = 100; in testSleepEntryAndWakeup() local
145 mPowerEventProcessingHandler = new PowerEventProcessingHandlerImpl(0, wakeupTime); in testSleepEntryAndWakeup()
157 assertEquals(wakeupTime, wakeupTimeReceived); in testSleepEntryAndWakeup()
165 final int wakeupTime = 100; in testSleepEntryAndPowerOnWithProcessing() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2021 long wakeupTime = SystemClock.elapsedRealtime() + delayMillis; in setWakeAlarm() local
2027 mAlarmManager.setExact(type, wakeupTime, mPendingAlarm); in setWakeAlarm()