Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepositoryTest.kt90 private val mobileFactory = mock<MobileConnectionRepositoryImpl.Factory>() constant
127 mobileFactory.build( in setUp()
158 verify(mobileFactory, never()) in startingIsCarrierMerged_usesCarrierMergedInitially()
385 mobileFactory, in factory_reusesLogBuffersForSameConnection()
429 mobileFactory, in factory_reusesLogBuffersForSameSubIDevenIfCarrierMerged()
678 mobileFactory, in initializeRepo()
706 mobileFactory.build( in createRealMobileRepo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerImpl.java246 MobileSignalControllerFactory mobileFactory, in NetworkControllerImpl() argument
270 mobileFactory, in NetworkControllerImpl()
298 MobileSignalControllerFactory mobileFactory, in NetworkControllerImpl() argument
314 mMobileFactory = mobileFactory; in NetworkControllerImpl()