Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/functions/
DAppFunctionService.java26 import android.app.appsearch.aidl.IAppFunctionService;
69 new IAppFunctionService.Stub() {
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DIAppFunctionService.aidl25 oneway interface IAppFunctionService { interface
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java79 import android.app.appsearch.aidl.IAppFunctionService;
2108 ServiceCallHelper<IAppFunctionService> {
2109 private Consumer<RunServiceCallCallback<IAppFunctionService>> mOnRunServiceCallListener =
2121 @NonNull Consumer<RunServiceCallCallback<IAppFunctionService>> listener) { in setOnRunServiceCallListener()
2133 @NonNull RunServiceCallCallback<IAppFunctionService> callback) { in runServiceCall()
2143 private static class TestableAppFunctionService extends IAppFunctionService.Stub {
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java63 import android.app.appsearch.aidl.IAppFunctionService;
186 private final ServiceCallHelper<IAppFunctionService> mAppFunctionServiceCallHelper;
191 context, IAppFunctionService.Stub::asInterface, SHARED_EXECUTOR)); in AppSearchManagerService()
198 ServiceCallHelper<IAppFunctionService> appFunctionServiceCallHelper) { in AppSearchManagerService()
2421 @NonNull IAppFunctionService service, in executeAppFunctionUnchecked()