Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/functions/
DServiceCallHelper.java51 boolean runServiceCall( in runServiceCall() method
DServiceCallHelperImpl.java61 public boolean runServiceCall( in runServiceCall() method in ServiceCallHelperImpl
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java2131 public boolean runServiceCall(@NonNull Intent intent, int bindFlags, in runServiceCall() method in AppSearchManagerServiceTest.TestableServiceCallHelper
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java2413 boolean bindServiceResult = mAppFunctionServiceCallHelper.runServiceCall( in executeAppFunctionUnchecked()