Searched refs:loadBubbles (Results 1 – 3 of 3) sorted by relevance
193 fun loadBubbles( in <lambda>() method
1520 mDataRepository.loadBubbles(mCurrentUserId, userIds, (bubbles) -> { in loadOverflowBubblesFromDisk()
1268 verify(mDataRepository, times(2)).loadBubbles(anyInt(), anyList(), any()); in testOnUserChanged_overflowState()1324 verify(mDataRepository, times(1)).loadBubbles(anyInt(), anyList(), any()); in testOverflowLoadedOnce()