Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java85 private final WifiRepository mWifiRepository; field in CarrierTextManager
209 mWifiRepository = wifiRepository; in CarrierTextManager()
389 || mWifiRepository.isWifiConnectedWithValidSsid()) { in updateCarrierText()
676 private final WifiRepository mWifiRepository; field in CarrierTextManager.Builder
707 mWifiRepository = wifiRepository; in Builder()
748 mWifiRepository, in build()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java106 private FakeWifiRepository mWifiRepository = new FakeWifiRepository(); field in CarrierTextManagerTest
175 mWifiRepository, in setUp()
236 mWifiRepository, in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash()
446 assertFalse(mWifiRepository.isWifiConnectedWithValidSsid()); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
447 mWifiRepository.setWifiNetwork( in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
457 assertTrue(mWifiRepository.isWifiConnectedWithValidSsid()); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java120 private final FakeWifiRepository mWifiRepository = mKosmos.getFakeWifiRepository(); field in AmbientStatusBarViewControllerTest