Searched refs:mPhoneNumberUtilsProxy (Results 1 – 2 of 2) sorted by relevance
468 private PhoneNumberUtilsProxy mPhoneNumberUtilsProxy = new PhoneNumberUtilsProxy() { field in TelephonyConnectionService569 mPhoneNumberUtilsProxy = proxy; in setPhoneNumberUtilsProxy()1196 String convertedNumber = mPhoneNumberUtilsProxy.convertToEmergencyNumber(this, in onCreateOutgoingConnection()
253 @Mock TelephonyConnectionService.PhoneNumberUtilsProxy mPhoneNumberUtilsProxy; field in TelephonyConnectionServiceTest309 when(mPhoneNumberUtilsProxy.convertToEmergencyNumber(any(), anyString())) in setUp()311 mTestConnectionService.setPhoneNumberUtilsProxy(mPhoneNumberUtilsProxy); in setUp()