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

/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java600 ConnectionCallbackInternal mConnectionCallbackInternal; field in class:MediaBrowserCompat.ConnectionCallback
631 mConnectionCallbackInternal = connectionCallbackInternal;
646 if (mConnectionCallbackInternal != null) {
647 mConnectionCallbackInternal.onConnected();
654 if (mConnectionCallbackInternal != null) {
655 mConnectionCallbackInternal.onConnectionSuspended();
662 if (mConnectionCallbackInternal != null) {
663 mConnectionCallbackInternal.onConnectionFailed();

Completed in 126 milliseconds