Home
last modified time | relevance | path

Searched refs:loadBubbles (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt193 fun loadBubbles( regex
H A DBubbleController.java1305 mDataRepository.loadBubbles(mCurrentUserId, userIds, (bubbles) -> { in loadOverflowBubblesFromDisk()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1152 verify(mDataRepository, times(2)).loadBubbles(anyInt(), anyList(), any()); in testOnUserChanged_overflowState()
1208 verify(mDataRepository, times(1)).loadBubbles(anyInt(), anyList(), any()); in testOverflowLoadedOnce()