Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserTest.java86 private final StubConnectionCallback mConnectionCallback = new StubConnectionCallback(); field in MediaBrowserTest
179 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()