Searched refs:getWlanRttServerAddressConfig (Results 1 – 4 of 4) sorted by relevance
145 return mConfigManager.getWlanRttServerAddressConfig() != null; in isRttCheckEnabled()279 String rttPingServer = mConfigManager.getWlanRttServerAddressConfig(); in startRttCheck()
2574 String getWlanRttServerAddressConfig() { in getWlanRttServerAddressConfig() method in QnsCarrierConfigManager
167 doAnswer(ret -> mServerAddress).when(mMockQnsConfigManager).getWlanRttServerAddressConfig(); in mockDefaults()
2303 assertNull(mConfigManager.getWlanRttServerAddressConfig()); in testWlanRttConfigsWithDefaultValue()2320 assertEquals("www.google.com", mConfigManager.getWlanRttServerAddressConfig()); in testWlanRttConfigsWithDomainAddressPersistBundleValue()2339 assertEquals("8.8.8.8", mConfigManager.getWlanRttServerAddressConfig()); in testWlanRttConfigsWithStaticAddressPersistBundleValue()