Searched refs:isUsingSimCallManager (Results 1 – 3 of 3) sorted by relevance
81 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testPropertyPropagation()181 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulation()231 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaDisconnectState()295 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testDisconnectParticipantViaRemoval()353 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationEnterOnDisconnectParticipant()412 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithPreDisconnectParticipantUpdate()469 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithOneParticipantAtBeginning()496 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testSinglePartyEmulationWithSinglePartyAtCreation()525 when(mMockTelecomAccountRegistry.isUsingSimCallManager( in testNoSinglePartyEmulationWithSimCallManager()563 when(mMockTelecomAccountRegistry.isUsingSimCallManager(any(PhoneAccountHandle.class))) in testNormalConference()[all …]
1134 public boolean isUsingSimCallManager() { in isUsingSimCallManager() method in TelecomAccountRegistry.AccountEntry1537 public boolean isUsingSimCallManager(PhoneAccountHandle handle) { in isUsingSimCallManager() method in TelecomAccountRegistry1541 return entry.isUsingSimCallManager(); in isUsingSimCallManager()
926 mIsUsingSimCallManager = mTelecomAccountRegistry.isUsingSimCallManager( in setConferenceHost()