Searched refs:isVolteRoamingSupported (Results 1 – 4 of 4) sorted by relevance
288 when(mMockQnsConfigManager.isVolteRoamingSupported(anyInt())).thenReturn(true); in testMoveTransportTypeAllowed()350 when(mMockQnsConfigManager.isVolteRoamingSupported(anyInt())).thenReturn(true); in testMoveTransportTypeAllowedEmergencyOverIms()480 when(mMockQnsConfigManager.isVolteRoamingSupported(anyInt())).thenReturn(true); in testEvaluationOfQualifiedNetwork()740 doReturn(false).when(mMockQnsConfigManager).isVolteRoamingSupported(anyInt()); in testCellularUnavailableWhenVolteRoamingNotSupported()973 when(mMockQnsConfigManager.isVolteRoamingSupported(anyInt())).thenReturn(true); in testOnWfcModeChanged_Home()
1902 assertTrue(mConfigManager.isVolteRoamingSupported(QnsConstants.COVERAGE_HOME)); in testIsVolteRoamingSupported()1903 assertFalse(mConfigManager.isVolteRoamingSupported(QnsConstants.COVERAGE_ROAM)); in testIsVolteRoamingSupported()
1740 boolean isVolteRoamingSupported(@QnsConstants.CellularCoverage int coverage) { in isVolteRoamingSupported() method in QnsCarrierConfigManager
475 volteRoamingSupported = mConfigManager.isVolteRoamingSupported(coverage); in onQnsTelephonyInfoChanged()