Searched refs:mWifiRepository (Results 1 – 3 of 3) sorted by relevance
85 private final WifiRepository mWifiRepository; field in CarrierTextManager209 mWifiRepository = wifiRepository; in CarrierTextManager()389 || mWifiRepository.isWifiConnectedWithValidSsid()) { in updateCarrierText()676 private final WifiRepository mWifiRepository; field in CarrierTextManager.Builder707 mWifiRepository = wifiRepository; in Builder()748 mWifiRepository, in build()
106 private FakeWifiRepository mWifiRepository = new FakeWifiRepository(); field in CarrierTextManagerTest175 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()
120 private final FakeWifiRepository mWifiRepository = mKosmos.getFakeWifiRepository(); field in AmbientStatusBarViewControllerTest