Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1908 Assert.assertFalse(mConfigManager.allowVideoOverIWLANWithCellularLimitedCase()); in testIsAllowVideoOverIwlanWithCellularLimitedCase()
1912 Assert.assertTrue(mConfigManager.allowVideoOverIWLANWithCellularLimitedCase()); in testIsAllowVideoOverIwlanWithCellularLimitedCase()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java1752 boolean allowVideoOverIWLANWithCellularLimitedCase() { in allowVideoOverIWLANWithCellularLimitedCase() method in QnsCarrierConfigManager
DAccessNetworkEvaluator.java1026 if (mConfigManager.allowVideoOverIWLANWithCellularLimitedCase() in isWfcEnabled()