Searched refs:BubblePersistentRepository (Results 1 – 5 of 5) sorted by relevance
57 private lateinit var repository: BubblePersistentRepository61 repository = BubblePersistentRepository(mContext) in setup()
26 import com.android.wm.shell.bubbles.storage.BubblePersistentRepository132 private lateinit var persistentRepository: BubblePersistentRepository136 persistentRepository = BubblePersistentRepository(mContext) in setup()
26 class BubblePersistentRepository(context: Context) { class
31 import com.android.wm.shell.bubbles.storage.BubblePersistentRepository in <lambda>()45 private val persistentRepository: BubblePersistentRepository, in <lambda>()
44 import com.android.wm.shell.bubbles.storage.BubblePersistentRepository;194 new BubblePersistentRepository(context)), in provideBubbleController()