Home
last modified time | relevance | path

Searched defs:mobileRepo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt541 val mobileRepo = underTest.getRepoForSubId(SUB_1_ID) in <lambda>() constant
558 var mobileRepo = underTest.getRepoForSubId(SUB_1_ID) in <lambda>() variable
587 var mobileRepo = underTest.getRepoForSubId(SUB_1_ID) in <lambda>() variable
DFullMobileConnectionRepositoryTest.kt106 private lateinit var mobileRepo: FakeMobileConnectionRepository variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.FullMobileConnectionRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepository.kt84 private val mobileRepo: MobileConnectionRepository by lazy { in <lambda>() constant