Searched refs:IResultHandlingService (Results 1 – 6 of 6) sorted by relevance
25 import android.federatedcompute.aidl.IResultHandlingService;60 private AbstractServiceBinder<IResultHandlingService> mResultHandlingServiceBinder;82 IResultHandlingService resultHandlingService = in callHandleResult()126 IResultHandlingService getResultHandlingService(String appPackageName) { in getResultHandlingService()132 IResultHandlingService.Stub::asInterface); in getResultHandlingService()
30 import android.federatedcompute.aidl.IResultHandlingService;152 extends IResultHandlingService.Stub {161 extends IResultHandlingService.Stub {170 private static final class ResultHandlingServiceWithFail extends IResultHandlingService.Stub {178 private static final class TestResultHandlingService extends IResultHandlingService.Stub {
28 import android.federatedcompute.aidl.IResultHandlingService;67 private IResultHandlingService mBinder;74 mBinder = IResultHandlingService.Stub.asInterface(mTestResultHandlingService.onBind(null)); in doBeforeEachTest()
32 import android.federatedcompute.aidl.IResultHandlingService;117 ((IResultHandlingService.Stub) binder).handleResult(input, new TestCallback()); in testHandleResult()148 ((IResultHandlingService.Stub) binder).handleResult(input, new TestCallback()); in testHandleResultWithCollectionUri()181 ((IResultHandlingService.Stub) binder).handleResult(input, new TestCallback()); in testHandleResultTrainingFailed()
25 import android.federatedcompute.aidl.IResultHandlingService;67 private class ServiceBinder extends IResultHandlingService.Stub {
29 interface IResultHandlingService { interface