Searched refs:mPendingLoadChildrenResult (Results 1 – 1 of 1) sorted by relevance
58 private Result<List<MediaItem>> mPendingLoadChildrenResult; field in StubMediaBrowserService103 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()