Home
last modified time | relevance | path

Searched refs:removeBubbles (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt79 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<Bubble>) { regex
82 b -> volatileRepository.removeBubbles(userId, b) }
H A DBubbleController.java1788 mDataRepository.removeBubbles(mCurrentUserId, bubblesToBeRemovedFromRepository);
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepositoryTest.kt109 repository.removeBubbles(user0.identifier, listOf(bubble3))
117 repository.removeBubbles(user11.identifier, listOf(bubble12))
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt99 fun removeBubbles(@UserIdInt userId: Int, bubbles: List<BubbleEntity>) = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1223 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()