Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserTest.java87 private final StubSubscriptionCallback mSubscriptionCallback = new StubSubscriptionCallback(); field in MediaBrowserTest
201 mSubscriptionCallback)); in testReconnection()
205 return mSubscriptionCallback.mChildrenLoadedCount > 0; in testReconnection()
265 mSubscriptionCallback)); in testSubscribe()
269 return mSubscriptionCallback.mChildrenLoadedCount > 0; in testSubscribe()
273 assertThat(mSubscriptionCallback.mLastParentId) in testSubscribe()
275 assertThat(mSubscriptionCallback.mLastChildMediaItems) in testSubscribe()
278 assertThat(mSubscriptionCallback.mLastChildMediaItems) in testSubscribe()
296 assertThat(mSubscriptionCallback.mChildrenLoadedCount) in testSubscribe()
307 mMediaBrowser.subscribe(nullMediaId, mSubscriptionCallback); in testSubscribeWithIllegalArguments()
[all …]
DMediaBrowserServiceTest.java99 private final MediaBrowser.SubscriptionCallback mSubscriptionCallback = field in MediaBrowserServiceTest
189 mMediaBrowser.subscribe(StubMediaBrowserService.MEDIA_ID_ROOT, mSubscriptionCallback); in testNotifyChildrenChanged()
215 mSubscriptionCallback); in testNotifyChildrenChangedWithPagination()
248 mSubscriptionCallback); in testDelayedNotifyChildrenChanged()
284 mMediaBrowser.subscribe(StubMediaBrowserService.MEDIA_ID_ROOT, mSubscriptionCallback); in testGetBrowserInfo()