Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBinderProxyCountingService.java24 import com.android.frameworks.coretests.aidl.IBinderProxyCountingService;
30 private IBinderProxyCountingService.Stub mBinder = new IBinderProxyCountingService.Stub() {
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java30 import com.android.frameworks.coretests.aidl.IBinderProxyCountingService;
48 private static IBinderProxyCountingService mBpcService;
144 mBpcService = IBinderProxyCountingService.Stub.asInterface(service);
/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBinderProxyCountingService.aidl20 interface IBinderProxyCountingService { interface