Searched refs:AppFunctionService (Results 1 – 3 of 3) sorted by relevance
56 public abstract class AppFunctionService extends Service { class81 AppFunctionService.this.onExecuteFunction(
755 …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";
83 import android.app.appsearch.functions.AppFunctionService;2381 Intent serviceIntent = new Intent(AppFunctionService.SERVICE_INTERFACE); in executeAppFunctionUnchecked()