Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java941 public boolean isMergeCallSupported() { in isMergeCallSupported() method in TelecomAccountRegistry.AccountEntry
1213 public boolean isMergeCallSupported(PhoneAccountHandle handle) { in isMergeCallSupported() method in TelecomAccountRegistry
1217 return entry.isMergeCallSupported(); in isMergeCallSupported()
H A DTelephonyConnection.java3045 .isMergeCallSupported(phoneAccountHandle); in refreshConferenceSupported()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java172 when(mTelecomAccountRegistry.isMergeCallSupported(notNull(PhoneAccountHandle.class))) in TestTelephonyConnection()