Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java77 private Map<Integer, IBinder> mApplicationUidToBinderMap; field in ApplicationQosPolicyRequestHandler
242 mApplicationUidToBinderMap.remove(uid); in binderDied()
257 mApplicationUidToBinderMap = new HashMap<>(); in ApplicationQosPolicyRequestHandler()
712 if (mApplicationUidToBinderMap.containsKey(uid)) { in registerDeathHandlerIfNeeded()
723 mApplicationUidToBinderMap.put(uid, binder); in registerDeathHandlerIfNeeded()
734 if (!mApplicationUidToBinderMap.containsKey(uid)) { in unregisterDeathHandlerIfNeeded()
742 IBinder binder = mApplicationUidToBinderMap.get(uid); in unregisterDeathHandlerIfNeeded()
745 mApplicationUidToBinderMap.remove(uid); in unregisterDeathHandlerIfNeeded()