Searched refs:mApplicationBinderToUidMap (Results 1 – 1 of 1) sorted by relevance
76 private Map<IBinder, Integer> mApplicationBinderToUidMap; field in ApplicationQosPolicyRequestHandler232 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()