Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java501 mNextPowerState = getLastShutdownState(); in init()
1427 private int getLastShutdownState() { in getLastShutdownState() method in CarRemoteAccessService
1428 return mPowerService.getLastShutdownState(); in getLastShutdownState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessServiceUnitTest.java273 when(mCarPowerManagementService.getLastShutdownState()) in setUp()
1178 when(mCarPowerManagementService.getLastShutdownState()) in testNotifyShutdownStarting_noNotifyNextPowerStateOn()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3692 public int getLastShutdownState() { in getLastShutdownState() method in CarPowerManagementService
3818 requestShutdownAp(getLastShutdownState(), /* runGarageMode= */ true); in maybeEnterGarageModeOnBoot()