Searched refs:serviceAction (Results 1 – 3 of 3) sorted by relevance
54 public static ComponentName getOverrideServiceName(Context context, String serviceAction) { in getOverrideServiceName() argument56 switch (serviceAction) { in getOverrideServiceName()88 public static ServiceInfo getMiddlewareServiceInfo(Context context, String serviceAction) { in getMiddlewareServiceInfo() argument92 queryIntent.setAction(serviceAction); in getMiddlewareServiceInfo()94 ComponentName overrideService = getOverrideServiceName(context, serviceAction); in getMiddlewareServiceInfo()117 public static int startBinding(Context context, String serviceAction, in startBinding() argument121 MbmsUtils.getMiddlewareServiceInfo(context, serviceAction); in startBinding()
48 String serviceAction, String servicePermission, in findService() argument53 final Intent intent = new Intent(serviceAction); in findService()61 errorMessage.append("Service with " + serviceAction + " not found."); in findService()
454 @NonNull String serviceAction) {458 mServiceAction = Objects.requireNonNull(serviceAction);