Searched refs:mPowerPolicyListeners (Results 1 – 1 of 1) sorted by relevance
333 private final PowerManagerCallbackList<ICarPowerPolicyListener> mPowerPolicyListeners = field in CarPowerManagementService335 l -> CarPowerManagementService.this.mPowerPolicyListeners.unregister(l));641 mPowerPolicyListeners.kill(); in release()670 mPowerPolicyListeners.getRegisteredCallbackCount()); in dump()730 mPowerPolicyListeners.getRegisteredCallbackCount()); in dumpProto()2124 mPowerPolicyListeners.register(listener, filter); in addPowerPolicyListener()2133 mPowerPolicyListeners.unregister(listener); in removePowerPolicyListener()2772 int idx = mPowerPolicyListeners.beginBroadcast(); in notifyPowerPolicyChange()2775 ICarPowerPolicyListener listener = mPowerPolicyListeners.getBroadcastItem(idx); in notifyPowerPolicyChange()2777 (CarPowerPolicyFilter) mPowerPolicyListeners.getBroadcastCookie(idx); in notifyPowerPolicyChange()[all …]