Home | History | Annotate | Download | only in media

Lines Matching defs:sendCustomAction

424     public void sendCustomAction(@NonNull String action, Bundle extras,
429 mImpl.sendCustomAction(action, extras, callback);
919 * Callback for receiving the result of {@link #sendCustomAction}.
968 void sendCustomAction(@NonNull String action, Bundle extras,
1298 public void sendCustomAction(@NonNull final String action, final Bundle extras,
1309 mServiceBinderWrapper.sendCustomAction(action, extras, receiver,
1843 public void sendCustomAction(@NonNull final String action, final Bundle extras,
1851 Log.i(TAG, "The connected service doesn't support sendCustomAction.");
1865 mServiceBinderWrapper.sendCustomAction(action, extras, receiver,
2211 void sendCustomAction(String action, Bundle extras, ResultReceiver receiver,