Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java77 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testPropertyPropagation()
125 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulation()
175 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaDisconnectState()
239 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaRemoval()
297 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationEnterOnDisconnectParticipant()
356 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
413 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithOneParticipantAtBeginning()
440 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithSinglePartyAtCreation()
469 when(mMockTelecomAccountRegistry.isUsingSimCallManager( in testNoSinglePartyEmulationWithSimCallManager()
507 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testNormalConference()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java937 public boolean isUsingSimCallManager() { in isUsingSimCallManager() method in TelecomAccountRegistry.AccountEntry
1307 public boolean isUsingSimCallManager(PhoneAccountHandle handle) { in isUsingSimCallManager() method in TelecomAccountRegistry
1311 return entry.isUsingSimCallManager(); in isUsingSimCallManager()
DImsConference.java874 mIsUsingSimCallManager = mTelecomAccountRegistry.isUsingSimCallManager( in setConferenceHost()