Searched refs:mChildrenLoadedCount (Results 1 – 1 of 1) sorted by relevance
205 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.StubSubscriptionCallback772 mChildrenLoadedCount = 0; in reset()782 mChildrenLoadedCount++; in onChildrenLoaded()