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

/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java283 public void removeSubscription(final String id, final IBinder token, method in class:MediaBrowserService.ServiceBinder
292 Log.w(TAG, "removeSubscription for callback that isn't registered id="
296 if (!MediaBrowserService.this.removeSubscription(id, connection, token)) {
297 Log.w(TAG, "removeSubscription called for " + id
606 private boolean removeSubscription(String id, ConnectionRecord connection, IBinder token) { method in class:MediaBrowserService
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java435 mServiceBinderImpl.removeSubscription(data.getString(DATA_MEDIA_ITEM_ID),
647 public void removeSubscription(final String id, final IBinder token, method in class:MediaBrowserServiceCompat.ServiceBinderImpl
656 Log.w(TAG, "removeSubscription for callback that isn't registered id="
660 if (!MediaBrowserServiceCompat.this.removeSubscription(
662 Log.w(TAG, "removeSubscription called for " + id
1025 boolean removeSubscription(String id, ConnectionRecord connection, IBinder token) { method in class:MediaBrowserServiceCompat
H A DMediaBrowserCompat.java988 mServiceBinderWrapper.removeSubscription(parentId, null,
997 mServiceBinderWrapper.removeSubscription(
1008 Log.d(TAG, "removeSubscription failed with RemoteException parentId=" + parentId);
1436 mServiceBinderWrapper.removeSubscription(parentId, null,
1443 mServiceBinderWrapper.removeSubscription(
1453 Log.d(TAG, "removeSubscription failed with RemoteException parentId="
1737 void removeSubscription(String parentId, IBinder callbackToken, method in class:MediaBrowserCompat.ServiceBinderWrapper

Completed in 65 milliseconds