Searched refs:sProxyMap (Results 1 – 1 of 1) sorted by relevance
251 synchronized (sProxyMap) { in getSortedInterfaceCounts()371 private static final ProxyMap sProxyMap = new ProxyMap(); field in BinderProxy400 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()408 synchronized (sProxyMap) { in getProxyCount()409 return sProxyMap.size(); in getProxyCount()420 sProxyMap.dumpProxyInterfaceCounts(); in dumpProxyDebugInfo()421 sProxyMap.dumpPerUidProxyCounts(); in dumpProxyDebugInfo()438 synchronized (sProxyMap) { in getInstance()440 result = sProxyMap.get(iBinder); in getInstance()453 sProxyMap.set(iBinder, result); in getInstance()