Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepository.kt58 private val mobileRepoFactory: MobileConnectionRepositoryImpl.Factory, in <lambda>()
382 is MobileConnectionRepositoryImpl -> ipw.println("Cellular") in <lambda>()
397 private val mobileRepoFactory: MobileConnectionRepositoryImpl.Factory, in <lambda>()
DMobileConnectionRepositoryImpl.kt96 class MobileConnectionRepositoryImpl( in <lambda>() class
482 return MobileConnectionRepositoryImpl( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt99 private lateinit var underTest: MobileConnectionRepositoryImpl in <lambda>()
133 MobileConnectionRepositoryImpl( in <lambda>()
DFullMobileConnectionRepositoryTest.kt90 private val mobileFactory = mock<MobileConnectionRepositoryImpl.Factory>()
685 ): MobileConnectionRepositoryImpl { in createRealMobileRepo()
688 MobileConnectionRepositoryImpl( in createRealMobileRepo()
DMobileConnectionRepositoryTest.kt118 private lateinit var underTest: MobileConnectionRepositoryImpl
157 MobileConnectionRepositoryImpl( in setUp()
631 MobileConnectionRepositoryImpl( in roaming_gsm_queriesDisplayInfo_viaDisplayInfo()
680 MobileConnectionRepositoryImpl( in roaming_gsm_queriesDisplayInfo_viaServiceState()
DMobileConnectionsRepositoryTest.kt117 private lateinit var connectionFactory: MobileConnectionRepositoryImpl.Factory in <lambda>()
214 MobileConnectionRepositoryImpl.Factory( in <lambda>()