Home
last modified time | relevance | path

Searched defs:removeBubblesForUser (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt108 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentUserId: Int): Boolean { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt90 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentId: Int) { regex
H A DBubbleData.java574 public void removeBubblesForUser(int userId) { in removeBubblesForUser() method in BubbleData