Home
last modified time | relevance | path

Searched refs:simCountryIso (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
DNumberUtils.java36 String simCountryIso = manager.getSimCountryIso().toUpperCase(); in formatNumber() local
39 Phonenumber.PhoneNumber phoneNumber = util.parse(number, simCountryIso); in formatNumber()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DLocationDetector.java62 String simCountryIso = telephonyManager.getSimCountryIso(); in getUpperCaseUserHomeCountry() local
63 if (simCountryIso != null) { in getUpperCaseUserHomeCountry()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1536 String simCountryIso = in getSimCountryIso() local
1539 if (!TextUtils.isEmpty(simCountryIso)) { in getSimCountryIso()
1540 simCountryIso = simCountryIso.toUpperCase(Locale.US); in getSimCountryIso()
1542 return simCountryIso; in getSimCountryIso()