Searched refs:mPhoneNumberUtilsProxy (Results 1 – 2 of 2) sorted by relevance
453 private PhoneNumberUtilsProxy mPhoneNumberUtilsProxy = new PhoneNumberUtilsProxy() { field in TelephonyConnectionService554 mPhoneNumberUtilsProxy = proxy; in setPhoneNumberUtilsProxy()1146 String convertedNumber = mPhoneNumberUtilsProxy.convertToEmergencyNumber(this, in onCreateOutgoingConnection()
238 @Mock TelephonyConnectionService.PhoneNumberUtilsProxy mPhoneNumberUtilsProxy; field in TelephonyConnectionServiceTest290 when(mPhoneNumberUtilsProxy.convertToEmergencyNumber(any(), anyString())) in setUp()292 mTestConnectionService.setPhoneNumberUtilsProxy(mPhoneNumberUtilsProxy); in setUp()