Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBinderProxy.java246 synchronized (sProxyMap) { in getSortedInterfaceCounts()
333 private static final ProxyMap sProxyMap = new ProxyMap(); field in BinderProxy
362 return sProxyMap.getSortedInterfaceCounts(num); in getSortedInterfaceCounts()
370 synchronized (sProxyMap) { in getProxyCount()
371 return sProxyMap.size(); in getProxyCount()
382 sProxyMap.dumpProxyInterfaceCounts(); in dumpProxyDebugInfo()
383 sProxyMap.dumpPerUidProxyCounts(); in dumpProxyDebugInfo()
400 synchronized (sProxyMap) { in getInstance()
402 result = sProxyMap.get(iBinder); in getInstance()
415 sProxyMap.set(iBinder, result); in getInstance()