Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java238 public interface BinderProxyCountEventListener { interface in BinderInternal
274 public static void setBinderProxyCountCallback(BinderProxyCountEventListener listener, in setBinderProxyCountCallback()
290 private BinderProxyCountEventListener mBinderProxyCountEventListener;
293 void setListener(BinderProxyCountEventListener listener, Handler handler) { in setListener()
/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBpcTestServiceCmdService.java71 new BinderInternal.BinderProxyCountEventListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIService.java105 new BinderInternal.BinderProxyCountEventListener() { in onCreate()