Searched refs:isCompletionAllowed (Results 1 – 12 of 12) sorted by relevance
486 if (!CarPowerManagementService.isCompletionAllowed(state)) { in testSleepShutdownFromPreShutdownPrepare()552 if (!CarPowerManagementService.isCompletionAllowed(state)) { in testShutdownImmediatelyFromPreShutdownPrepare()637 if (!CarPowerManagementService.isCompletionAllowed(state)) { in testShutdownPostponeWhileListenerPendingInState()715 if (CarPowerManagementService.isCompletionAllowed(state)) { in registerListenerToFakeGarageMode()
695 public static boolean isCompletionAllowed(@CarPowerState int state) { in isCompletionAllowed() method in CarPowerManager775 if (isCompletionAllowed(state)) { in updateFutureLocked()
548 private static boolean isCompletionAllowed(@CarPowerManager.CarPowerState int state) { in isCompletionAllowed() method in CarPowerManagerUnitTest679 if (isCompletionAllowed(state)) { in WaitablePowerStateListenerWithCompletion()
109 method public static boolean isCompletionAllowed(int);
1655 if (isCompletionAllowed(newState)) { in sendPowerManagerEvent()3741 public static boolean isCompletionAllowed(@CarPowerManager.CarPowerState int state) { in isCompletionAllowed() method in CarPowerManagementService3742 return CarPowerManager.isCompletionAllowed(state); in isCompletionAllowed()
588 if (CarPowerManagementService.isCompletionAllowed(state)) { in testEmergencyShutdown()999 if (CarPowerManagementService.isCompletionAllowed(state)) { in testRegisterListenerWithCompletion()
368 android.car.hardware.power CarPowerManager boolean isCompletionAllowed(int state)
450 android.car.hardware.power CarPowerManager boolean isCompletionAllowed(int state)
406 android.car.hardware.power CarPowerManager boolean isCompletionAllowed(int state)
1703 method TIRAMISU_0 @hiddenOnly boolean isCompletionAllowed(int state);
1279 method public static boolean isCompletionAllowed(int);