Searched refs:removeBubbles (Results 1 – 5 of 5) sorted by relevance
79 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<Bubble>) { in <lambda>() method in com.android.wm.shell.bubbles.BubbleDataRepository82 b -> volatileRepository.removeBubbles(userId, b) } in <lambda>()
2050 mDataRepository.removeBubbles(mCurrentUserId, bubblesToBeRemovedFromRepository);
99 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<BubbleEntity>) = in <lambda>() method
107 repository.removeBubbles(user0.identifier, listOf(bubble3)) in testRemoveBubbles()115 repository.removeBubbles(user11.identifier, listOf(bubble12)) in testRemoveBubbles()
1339 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()