Searched refs:loadBubbles (Results 1 – 3 of 3) sorted by relevance
193 fun loadBubbles( regex
1305 mDataRepository.loadBubbles(mCurrentUserId, userIds, (bubbles) -> { in loadOverflowBubblesFromDisk()
1152 verify(mDataRepository, times(2)).loadBubbles(anyInt(), anyList(), any()); in testOnUserChanged_overflowState()1208 verify(mDataRepository, times(1)).loadBubbles(anyInt(), anyList(), any()); in testOverflowLoadedOnce()