Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java275 private int mNextWakeupSec; field in CarPowerManagementService
653 writer.printf("mNextWakeupSec: %d\n", mNextWakeupSec); in dump()
709 proto.write(CarPowerDumpProto.NEXT_WAKEUP_SEC, mNextWakeupSec); in dumpProto()
1322 wakeupSec = mGarageModeShouldExitImmediately ? 0 : mNextWakeupSec; in handleWaitForFinish()
1766 mNextWakeupSec = 0; in doHandleSuspend()
2016 mNextWakeupSec = 0; in scheduleNextWakeupTime()
2019 if (mNextWakeupSec == 0 || mNextWakeupSec > seconds) { in scheduleNextWakeupTime()
2021 mNextWakeupSec = seconds; in scheduleNextWakeupTime()