Searched refs:getConnectionManagerPhoneAccount (Results 1 – 4 of 4) sorted by relevance
157 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()169 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()192 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()204 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()
386 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount(); in shouldFailCallIfConnectionManagerFails()
723 call.getConnectionManagerPhoneAccount(), in createConnection()
836 public PhoneAccountHandle getConnectionManagerPhoneAccount() { in getConnectionManagerPhoneAccount() method in Call