Home
last modified time | relevance | path

Searched refs:mConnectionCallbackInternal (Results 1 – 1 of 1) sorted by relevance

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