Searched defs:serviceAction (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DServiceBinder.java195 * @param serviceAction The intent-action used with {@link Context#bindService}.
200 protected ServiceBinder(String serviceAction, ComponentName componentName, Context context, argument
202 Preconditions.checkState(!TextUtils.isEmpty(serviceAction));
207 mServiceAction = serviceAction;

Completed in 94 milliseconds