Searched refs:mPolicyListenerMap (Results 1 – 1 of 1) sorted by relevance
56 mPolicyListenerMap = new ArrayMap<>(); field in CarPowerManager421 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()