Searched defs:PowerState (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
H A DPowerHalService.java89 void onApPowerStateChange(PowerState state);
102 public static final class PowerState { class in class:PowerHalService
109 public PowerState(int state, int param) { method in class:PowerHalService.PowerState
115 * Whether the current PowerState allows deep sleep or not. Calling this for
128 * Whether the current PowerState allows postponing or not. Calling this for
145 if (!(o instanceof PowerState)) {
148 PowerState that = (PowerState) o;
154 return "PowerState state:" + mState + ", param:" + mParam;
247 public PowerState getCurrentPowerStat
[all...]

Completed in 52 milliseconds