Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java61 mPolicyListenerMap = new ArrayMap<>(); field in CarPowerManager
592 mPolicyListenerMap.remove(listener); in addPowerPolicyListener()
596 mPolicyListenerMap.put(listener, pair); in addPowerPolicyListener()
629 Pair<Executor, CarPowerPolicyFilter> pair = mPolicyListenerMap.remove(listener); in removePowerPolicyListener()
832 for (int i = 0; i < mPolicyListenerMap.size(); i++) { in notifyPowerPolicyListeners()
833 CarPowerPolicyListener listener = mPolicyListenerMap.keyAt(i); in notifyPowerPolicyListeners()
834 Pair<Executor, CarPowerPolicyFilter> pair = mPolicyListenerMap.valueAt(i); in notifyPowerPolicyListeners()