Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserTest.java205 return mSubscriptionCallback.mChildrenLoadedCount > 0; in testReconnection()
269 return mSubscriptionCallback.mChildrenLoadedCount > 0; in testSubscribe()
296 assertThat(mSubscriptionCallback.mChildrenLoadedCount) in testSubscribe()
384 assertThat(mSubscriptionCallback.mChildrenLoadedCount).isEqualTo(0); in testSubscribeWithOptions()
450 assertThat(mSubscriptionCallback.mChildrenLoadedCount).isEqualTo(0); in testSubscriptionCallbackNotCalledAfterDisconnect()
764 private volatile int mChildrenLoadedCount; field in MediaBrowserTest.StubSubscriptionCallback
772 mChildrenLoadedCount = 0; in reset()
782 mChildrenLoadedCount++; in onChildrenLoaded()