Home
last modified time | relevance | path

Searched defs:nextPowerState (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/remoteaccess/
DICarRemoteAccessService.aidl48 void setPowerStatePostTaskExecution(int nextPowerState, boolean runGarageMode); in setPowerStatePostTaskExecution()
DCarRemoteAccessManager.java415 public void setPowerStatePostTaskExecution(@NextPowerState int nextPowerState, in setPowerStatePostTaskExecution()
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java642 public void setPowerStatePostTaskExecution(int nextPowerState, boolean runGarageMode) { in setPowerStatePostTaskExecution()
742 int nextPowerState; in shutdownIfNeeded() local
1139 private static String nextPowerStateToString(int nextPowerState) { in nextPowerStateToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerUnitTest.java260 int nextPowerState = CarRemoteAccessManager.NEXT_POWER_STATE_SUSPEND_TO_RAM; in testSetPowerStatePostTaskExecution() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1221 private void suspendWithFailure(Integer nextPowerState) throws Exception { in suspendWithFailure()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2697 public void requestShutdownAp(int nextPowerState, boolean runGarageMode) { in requestShutdownAp()