Searched refs:mPhoneUtilsProxy (Results 1 – 2 of 2) sorted by relevance
109 @Mock TelephonyConnectionService.PhoneUtilsProxy mPhoneUtilsProxy; field in TelephonyConnectionServiceTest149 mTestConnectionService.setPhoneUtilsProxy(mPhoneUtilsProxy); in setUp()712 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()714 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()753 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()755 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()794 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()796 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()849 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()851 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()[all …]
310 private PhoneUtilsProxy mPhoneUtilsProxy = new PhoneUtilsProxy() { field in TelephonyConnectionService466 mPhoneUtilsProxy = proxy; in setPhoneUtilsProxy()987 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()1643 PhoneAccountHandle pHandle = mPhoneUtilsProxy.makePstnPhoneAccountHandle(phone); in updatePhoneAccount()1884 int subId = mPhoneUtilsProxy.getSubIdForPhoneAccountHandle(accountHandle); in getPhoneForAccount()