Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DStubMediaBrowserService.java58 private Result<List<MediaItem>> mPendingLoadChildrenResult; field in StubMediaBrowserService
103 assertThat(mPendingLoadChildrenResult).isNull(); in onLoadChildren()
104 mPendingLoadChildrenResult = result; in onLoadChildren()
145 if (mPendingLoadChildrenResult != null) { in sendDelayedNotifyChildrenChanged()
146 mPendingLoadChildrenResult.sendResult(Collections.<MediaItem>emptyList()); in sendDelayedNotifyChildrenChanged()
148 mPendingLoadChildrenResult = null; in sendDelayedNotifyChildrenChanged()