Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java961 public boolean isMergeOfWifiCallsAllowedWhenVoWifiOff() { in isMergeOfWifiCallsAllowedWhenVoWifiOff() method in TelecomAccountRegistry.AccountEntry
1245 public boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff() method in TelecomAccountRegistry
1251 return result.get().isMergeOfWifiCallsAllowedWhenVoWifiOff(); in isMergeOfWifiCallsAllowedWhenVoWifiOff()
DTelephonyConnection.java3050 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
3051 .isMergeOfWifiCallsAllowedWhenVoWifiOff(phoneAccountHandle); in refreshConferenceSupported()
3070 mIsCarrierVideoConferencingSupported, isMergeOfWifiCallsAllowedWhenVoWifiOff, in refreshConferenceSupported()
3091 } else if (!isMergeOfWifiCallsAllowedWhenVoWifiOff && isWifi() && !isVoWifiEnabled) { in refreshConferenceSupported()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java179 .isMergeOfWifiCallsAllowedWhenVoWifiOff(notNull(PhoneAccountHandle.class))) in TestTelephonyConnection()