Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepositoryTest.kt47 private lateinit var repository: BubbleVolatileRepository
53 repository = BubbleVolatileRepository(launcherApps) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDataRepository.kt28 import com.android.systemui.bubbles.storage.BubbleVolatileRepository in <lambda>()
41 private val volatileRepository: BubbleVolatileRepository, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepository.kt32 class BubbleVolatileRepository @Inject constructor( in <lambda>() class