Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java48 private static IBinderProxyCountingService mBpcService; field in BpcTestAppCmdService
94 mBpcService.registerCallback(cb);
111 mBpcService.unregisterCallback(cb);
128 mBpcService.unregisterCallback(mTrcList.remove(0));
144 mBpcService = IBinderProxyCountingService.Stub.asInterface(service);
172 if (mBpcService != null) {