Home
last modified time | relevance | path

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

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