Home | History | Annotate | Download | only in media

Lines Matching defs:onCustomAction

257                         + " onLoadItem, onSearch, or onCustomAction methods");
266 + " onLoadItem, onSearch, or onCustomAction methods");
443 + " onLoadChildren, onLoadItem, onSearch, or onCustomAction methods");
452 + " onLoadChildren, onLoadItem, onSearch, or onCustomAction methods");
700 * @see MediaBrowserServiceCompat#onCustomAction
728 * {@link #onCustomAction}.
744 * {@link #onCustomAction}.
1293 public void onCustomAction(@NonNull String action, Bundle extras,
1609 onCustomAction(action, extras, result);
1613 throw new IllegalStateException("onCustomAction must call detach() or sendResult() or "