Searched refs:mDataRepository (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | NewNotifPipelineBubblesTest.java | 159 private BubbleDataRepository mDataRepository; field in NewNotifPipelineBubblesTest 297 mDataRepository, in setUp() 995 verify(mDataRepository, times(2)).loadBubbles(anyInt(), any()); in testOnUserChanged_overflowState() 1017 verify(mDataRepository, times(1)).loadBubbles(anyInt(), any()); in testOverflowLoadedOnce() 1032 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()
|
H A D | BubblesTest.java | 178 private BubbleDataRepository mDataRepository; field in BubblesTest 332 mDataRepository, in setUp() 1148 verify(mDataRepository, times(2)).loadBubbles(anyInt(), any()); in testOnUserChanged_overflowState() 1167 verify(mDataRepository, times(1)).loadBubbles(anyInt(), any()); in testOverflowLoadedOnce() 1182 verify(mDataRepository, atLeastOnce()).removeBubbles(anyInt(), mBubbleListCaptor.capture()); in testDeleteShortcutsDeletesXml()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 131 private final BubbleDataRepository mDataRepository; field in BubbleController 256 mDataRepository = dataRepository; in BubbleController() 916 mDataRepository.loadBubbles(mCurrentUserId, (bubbles) -> { in loadOverflowBubblesFromDisk() 1170 mDataRepository.removeBubbles(mCurrentUserId, bubblesToBeRemovedFromRepository); 1173 mDataRepository.addBubble(mCurrentUserId, update.addedBubble); 1184 mDataRepository.addBubbles(mCurrentUserId, update.bubbles);
|