Searched refs:IBinderProxyCountingService (Results 1 – 3 of 3) sorted by relevance
24 import com.android.frameworks.coretests.aidl.IBinderProxyCountingService;30 private IBinderProxyCountingService.Stub mBinder = new IBinderProxyCountingService.Stub() {
30 import com.android.frameworks.coretests.aidl.IBinderProxyCountingService;48 private static IBinderProxyCountingService mBpcService;144 mBpcService = IBinderProxyCountingService.Stub.asInterface(service);
20 interface IBinderProxyCountingService { interface