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.java56 mPolicyListenerMap = new ArrayMap<>(); field in CarPowerManager
421 mPolicyListenerMap.remove(listener); in addPowerPolicyListener()
425 mPolicyListenerMap.put(listener, pair); in addPowerPolicyListener()
458 Pair<Executor, CarPowerPolicyFilter> pair = mPolicyListenerMap.remove(listener); in removePowerPolicyListener()
587 for (int i = 0; i < mPolicyListenerMap.size(); i++) { in notifyPowerPolicyListeners()
588 CarPowerPolicyListener listener = mPolicyListenerMap.keyAt(i); in notifyPowerPolicyListeners()
589 Pair<Executor, CarPowerPolicyFilter> pair = mPolicyListenerMap.valueAt(i); in notifyPowerPolicyListeners()