Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java178 .isMergeOfWifiCallsAllowedWhenVoWifiOff(notNull(PhoneAccountHandle.class))) in TestTelephonyConnection()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1116 public boolean isMergeOfWifiCallsAllowedWhenVoWifiOff() { in isMergeOfWifiCallsAllowedWhenVoWifiOff() method in TelecomAccountRegistry.AccountEntry
1425 public boolean isMergeOfWifiCallsAllowedWhenVoWifiOff(final PhoneAccountHandle handle) { in isMergeOfWifiCallsAllowedWhenVoWifiOff() method in TelecomAccountRegistry
1431 return result.get().isMergeOfWifiCallsAllowedWhenVoWifiOff(); in isMergeOfWifiCallsAllowedWhenVoWifiOff()
DTelephonyConnection.java3156 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
3157 .isMergeOfWifiCallsAllowedWhenVoWifiOff(phoneAccountHandle); in refreshConferenceSupported()
3176 mIsCarrierVideoConferencingSupported, isMergeOfWifiCallsAllowedWhenVoWifiOff, in refreshConferenceSupported()
3197 } else if (!isMergeOfWifiCallsAllowedWhenVoWifiOff && isWifi() && !isVoWifiEnabled) { in refreshConferenceSupported()