Searched refs:mPhoneUtilsProxy (Results 1 – 2 of 2) sorted by relevance
239 @Mock TelephonyConnectionService.PhoneUtilsProxy mPhoneUtilsProxy; field in TelephonyConnectionServiceTest293 mTestConnectionService.setPhoneUtilsProxy(mPhoneUtilsProxy); in setUp()1047 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()1049 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()1089 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()1091 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()1131 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()1133 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()1188 doReturn(PHONE_ACCOUNT_HANDLE_1).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()1190 doReturn(PHONE_ACCOUNT_HANDLE_2).when(mPhoneUtilsProxy).makePstnPhoneAccountHandle( in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()[all …]
426 private PhoneUtilsProxy mPhoneUtilsProxy = new PhoneUtilsProxy() { field in TelephonyConnectionService562 mPhoneUtilsProxy = proxy; in setPhoneUtilsProxy()1520 addExistingConnection(mPhoneUtilsProxy.makePstnPhoneAccountHandleWithPrefix( in adjustAndPlaceOutgoingConnection()2220 mPhoneUtilsProxy.makePstnPhoneAccountHandle(newPhoneToUse)); in retryOutgoingOriginalConnection()2237 PhoneAccountHandle pHandle = mPhoneUtilsProxy.makePstnPhoneAccountHandle(phone); in updatePhoneAccount()3561 int subId = mPhoneUtilsProxy.getSubIdForPhoneAccountHandle(accountHandle); in getPhoneForAccount()