Searched refs:removeBubbles (Results 1 – 5 of 5) sorted by relevance
79 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<Bubble>) { regex82 b -> volatileRepository.removeBubbles(userId, b) }
1788 mDataRepository.removeBubbles(mCurrentUserId, bubblesToBeRemovedFromRepository);
109 repository.removeBubbles(user0.identifier, listOf(bubble3))117 repository.removeBubbles(user11.identifier, listOf(bubble12))
99 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<BubbleEntity>) = regex
1223 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()