Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt47 private val volatileRepository = BubbleVolatileRepository(launcherApps) regex
72 b -> volatileRepository.addBubbles(userId, b) }
82 b -> volatileRepository.removeBubbles(userId, b) }
91 if (volatileRepository.removeBubblesForUser(userId, parentId)) persistToDisk()
99 if (volatileRepository.sanitizeBubbles(userIds)) persistToDisk()
173 entitiesByUser: SparseArray<List<BubbleEntity>> = volatileRepository.bubbles
214 volatileRepository.addBubbles(userId, entities)