Searched refs:isUsingSimCallManager (Results 1 – 3 of 3) sorted by relevance
72 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()
937 public boolean isUsingSimCallManager() { in isUsingSimCallManager() method in TelecomAccountRegistry.AccountEntry1308 public boolean isUsingSimCallManager(PhoneAccountHandle handle) { in isUsingSimCallManager() method in TelecomAccountRegistry1312 return entry.isUsingSimCallManager(); in isUsingSimCallManager()
880 mIsUsingSimCallManager = mTelecomAccountRegistry.isUsingSimCallManager( in setConferenceHost()