Home
last modified time | relevance | path

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

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