Searched refs:mConnectionCallback (Results 1 – 1 of 1) sorted by relevance
86 private final StubConnectionCallback mConnectionCallback = new StubConnectionCallback(); field in MediaBrowserTest179 return mConnectionCallback.mConnectionFailedCount > 0 in testConnectionFailed()180 && mConnectionCallback.mConnectedCount == 0 in testConnectionFailed()181 && mConnectionCallback.mConnectionSuspendedCount == 0; in testConnectionFailed()251 assertThat(mConnectionCallback.mConnectedCount) in testConnectionCallbackNotCalledAfterDisconnect()253 assertThat(mConnectionCallback.mConnectionFailedCount) in testConnectionCallbackNotCalledAfterDisconnect()255 assertThat(mConnectionCallback.mConnectionSuspendedCount) in testConnectionCallbackNotCalledAfterDisconnect()690 getInstrumentation().getTargetContext(), component, mConnectionCallback, null)); in createMediaBrowser()698 return mConnectionCallback.mConnectedCount > 0; in connectMediaBrowserService()708 mConnectionCallback.reset(); in resetCallbacks()