Searched refs:mPhoneUtilsProxy (Results 1 – 2 of 2) sorted by relevance
126 @Mock TelephonyConnectionService.PhoneUtilsProxy mPhoneUtilsProxy; field in TelephonyConnectionServiceTest172 mTestConnectionService.setPhoneUtilsProxy(mPhoneUtilsProxy); in setUp()731 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()733 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()772 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()774 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()813 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()815 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()868 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()870 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()[all …]
313 private PhoneUtilsProxy mPhoneUtilsProxy = new PhoneUtilsProxy() { field in TelephonyConnectionService448 mPhoneUtilsProxy = proxy; in setPhoneUtilsProxy()962 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()1647 PhoneAccountHandle pHandle = mPhoneUtilsProxy.makePstnPhoneAccountHandle(phone); in updatePhoneAccount()1919 int subId = mPhoneUtilsProxy.getSubIdForPhoneAccountHandle(accountHandle); in getPhoneForAccount()