Searched refs:getGeocodedLocationFor (Results 1 - 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogInsertionHelper.java28 public String getGeocodedLocationFor(String number, String countryIso); method in interface:CallLogInsertionHelper
H A DDefaultCallLogInsertionHelper.java72 getGeocodedLocationFor(values.getAsString(Calls.NUMBER), countryIso));
117 public String getGeocodedLocationFor(String number, String countryIso) { method in class:DefaultCallLogInsertionHelper
/packages/apps/Dialer/java/com/android/dialer/location/
H A DGeoUtil.java35 public static String getGeocodedLocationFor(Context context, String phoneNumber) { method in class:GeoUtil
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTestable.java48 public String getGeocodedLocationFor(String number, String countryIso) {
H A DBaseVoicemailProviderTest.java205 public String getGeocodedLocationFor(String number, String countryIso) {
/packages/apps/Contacts/src/com/android/contacts/
H A DGeoUtil.java48 public static String getGeocodedLocationFor(Context context, String phoneNumber) { method in class:GeoUtil
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java487 text = GeoUtil.getGeocodedLocationFor(mContext, phoneNumber);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java384 text = GeoUtil.getGeocodedLocationFor(mContext, phoneNumber);

Completed in 860 milliseconds