Home
last modified time | relevance | path

Searched defs:wakeupTime (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java97 private void initTest(int wakeupTime) throws Exception { in initTest()
146 final int wakeupTime = 100; in testShutdownWithProcessing() local
158 final int wakeupTime = 100; in testSleepEntryAndWakeup() local
173 final int wakeupTime = 100; in testSleepEntryAndWakeUpForProcessing() local
/packages/services/Car/service/src/com/android/car/garagemode/
DWakeupPolicy.java172 WakeupInterval(int wakeupTime, int numAttempts) { in WakeupInterval()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2595 long wakeupTime = SystemClock.elapsedRealtime() + delayMillis; in setWakeAlarm() local