Home
last modified time | relevance | path

Searched refs:sanitizeBubbles (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt97 fun sanitizeBubbles(users: List<UserInfo>) { regex
99 if (volatileRepository.sanitizeBubbles(userIds)) persistToDisk()
H A DBubbleController.java469 mDataRepository.sanitizeBubbles(users); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepositoryTest.kt217 val ret = repository.sanitizeBubbles(listOf(user0.identifier,
236 val ret = repository.sanitizeBubbles(listOf(user11.identifier))
259 val ret = repository.sanitizeBubbles(listOf(user0.identifier, user11.identifier))
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleVolatileRepository.kt143 fun sanitizeBubbles(activeUsers: List<Int>): Boolean { regex