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.java72 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulation()
122 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaDisconnectState()
186 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaRemoval()
244 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationEnterOnDisconnectParticipant()
303 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()
360 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithOneParticipantAtBeginning()
387 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithSinglePartyAtCreation()
416 when(mMockTelecomAccountRegistry.isUsingSimCallManager( in testNoSinglePartyEmulationWithSimCallManager()
454 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testNormalConference()
492 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testLocalDisconnectOnEmptyConference()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java937 public boolean isUsingSimCallManager() { in isUsingSimCallManager() method in TelecomAccountRegistry.AccountEntry
1308 public boolean isUsingSimCallManager(PhoneAccountHandle handle) { in isUsingSimCallManager() method in TelecomAccountRegistry
1312 return entry.isUsingSimCallManager(); in isUsingSimCallManager()
DImsConference.java880 mIsUsingSimCallManager = mTelecomAccountRegistry.isUsingSimCallManager( in setConferenceHost()