Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java76 private Map<IBinder, Integer> mApplicationBinderToUidMap; field in ApplicationQosPolicyRequestHandler
232 Integer uid = mApplicationBinderToUidMap.get(who); in binderDied()
241 mApplicationBinderToUidMap.remove(who); in binderDied()
256 mApplicationBinderToUidMap = new HashMap<>(); in ApplicationQosPolicyRequestHandler()
722 mApplicationBinderToUidMap.put(binder, uid); in registerDeathHandlerIfNeeded()
744 mApplicationBinderToUidMap.remove(binder); in unregisterDeathHandlerIfNeeded()