Searched refs:ConnectionCallback (Results 1 – 8 of 8) sorted by relevance
64 @Captor ArgumentCaptor<MediaBrowser.ConnectionCallback> mBrowserConnCb;72 @Mock BrowsedPlayerWrapper.ConnectionCallback mConnCb;185 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testWrap()198 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testConnect_Successful()212 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testConnect_Suspended()229 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testConnect_Failed()246 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testEmptyRoot()261 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testDisconnect()272 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testGetRootId()284 MediaBrowser.ConnectionCallback browserConnCb = mBrowserConnCb.getValue(); in testPlayItem()[all …]
59 MediaBrowser.ConnectionCallback mConnectionCallback;
45 ConnectionCallback callback, in MediaBrowser()53 public abstract static class ConnectionCallback class in MediaBrowser54 extends android.media.browse.MediaBrowser.ConnectionCallback {}138 ConnectionCallback callback, in testInit()
41 MediaBrowser.ConnectionCallback callback, in make()
55 using ConnectionCallback =69 static bool Initialize(const ConnectionCallback& callback,140 ConnectionCallback connection_cb_;
76 bool ConnectionHandler::Initialize(const ConnectionCallback& callback, in Initialize()
49 interface ConnectionCallback { interface in BrowsedPlayerWrapper74 private ConnectionCallback mCallback;137 boolean connect(ConnectionCallback cb) { in connect()160 boolean setCallbackAndConnect(ConnectionCallback callback) { in setCallbackAndConnect()174 final ConnectionCallback callback; in executeCallback()278 class MediaConnectionCallback extends MediaBrowser.ConnectionCallback {
549 new ConnectionCallback(userId), createBundleWithMediaBrowserServiceComponent()); in getOrCreateMediaBrowser()557 private final class ConnectionCallback extends MediaBrowser.ConnectionCallback { class in MultidisplayMediaFragment561 ConnectionCallback(@UserIdInt int userId) { in ConnectionCallback() method in MultidisplayMediaFragment.ConnectionCallback