Searched defs:sProxyMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBinder.java1027 private static ProxyMap sProxyMap = new ProxyMap(); field in class:BinderProxy
1033 * accesses to sProxyMap, in particular {@link #getInstance(long, long)}.
1039 sProxyMap.dumpProxyInterfaceCounts();
1063 result = sProxyMap.get(iBinder);
1076 sProxyMap.set(iBinder, result);

Completed in 45 milliseconds