Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt108 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentUserId: Int): Boolean { in <lambda>() method in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt90 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentId: Int) { in <lambda>() method
DBubbleData.java601 public void removeBubblesForUser(int userId) { in removeBubblesForUser() method in BubbleData