Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/android/app/appsearch/functions/
DAppFunctionService.java56 public abstract class AppFunctionService extends Service { class
81 AppFunctionService.this.onExecuteFunction(
/packages/modules/AppSearch/framework/api/
Dcurrent.txt755 …droid.appsearch.flags.enable_app_functions") public abstract class AppFunctionService extends andr…
756 ctor public AppFunctionService();
759 …ublic static final String SERVICE_INTERFACE = "android.app.appsearch.functions.AppFunctionService";
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java83 import android.app.appsearch.functions.AppFunctionService;
2381 Intent serviceIntent = new Intent(AppFunctionService.SERVICE_INTERFACE); in executeAppFunctionUnchecked()