Home
last modified time | relevance | path

Searched refs:GeoUtil (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java24 import com.android.contacts.GeoUtil;
85 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), in setPhoneNumberFormattingTextWatcher()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DViewNumbersToImportAdapter.java25 import com.android.dialer.location.GeoUtil;
44 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newViewNumbersToImportAdapter()
DBlockedNumbersAdapter.java26 import com.android.dialer.location.GeoUtil;
48 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)), in newBlockedNumbersAdapter()
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomCallUtil.java28 import com.android.dialer.location.GeoUtil;
110 PhoneNumberUtils.formatNumberToE164(rawNumber, GeoUtil.getCurrentCountryIso(appContext))); in getValidE164Number()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
DPhoneLookup.java24 import com.android.dialer.location.GeoUtil;
66 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSuggestionViewHolder.java27 import com.android.dialer.location.GeoUtil;
61 GeoUtil.getCurrentCountryIso(context)); in bind()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DPhoneNumberTestService.java24 import com.android.contacts.GeoUtil;
115 return GeoUtil.getCurrentCountryIso(getApplicationContext()); in getCurrentCountryCode()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactPhotoLoader.java32 import com.android.dialer.location.GeoUtil;
118 new ContactInfoHelper(context, GeoUtil.getCurrentCountryIso(context)); in createLetterTileDrawable()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java27 import com.android.dialer.location.GeoUtil;
70 TelecomCallUtil.getNumber(call), GeoUtil.getCurrentCountryIso(appContext)); in lookup()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java41 import com.android.dialer.location.GeoUtil;
184 call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in onDisconnect()
269 context, call.getNumber(), GeoUtil.getCurrentCountryIso(context)); in getDisplayNumber()
DSpamNotificationService.java28 import com.android.dialer.location.GeoUtil;
102 String countryIso = GeoUtil.getCurrentCountryIso(this); in onStartCommand()
DSpamNotificationActivity.java38 import com.android.dialer.location.GeoUtil;
132 PhoneNumberHelper.formatNumber(context, number, GeoUtil.getCurrentCountryIso(context)); in getFormattedNumber()
340 return GeoUtil.getCurrentCountryIso(this); in getCountryIso()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java36 import com.android.dialer.location.GeoUtil;
156 context, voicemailNumber, GeoUtil.getCurrentCountryIso(context))); in getNotificationText()
DCallLogNotificationsQueryHelper.java42 import com.android.dialer.location.GeoUtil;
78 String countryIso = GeoUtil.getCurrentCountryIso(context); in getInstance()
DCallLogFragment.java64 import com.android.dialer.location.GeoUtil;
332 String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in setupData()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberProvider.java34 import com.android.dialer.location.GeoUtil;
112 values.put(FilteredNumberColumns.COUNTRY_ISO, GeoUtil.getCurrentCountryIso(getContext())); in setDefaultValues()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java39 import com.android.contacts.GeoUtil;
174 mCountryIso = GeoUtil.getCurrentCountryIso(context); in PhoneNumberListAdapter()
487 text = GeoUtil.getGeocodedLocationFor(mContext, phoneNumber); in bindPhoneNumber()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java48 import com.android.dialer.location.GeoUtil;
311 return GeoUtil.getCurrentCountryIso(context); in getCountryIso()
/packages/apps/Dialer/java/com/android/dialer/location/
DGeoUtil.java23 public class GeoUtil { class
/packages/apps/Contacts/src/com/android/contacts/
DGeoUtil.java34 public class GeoUtil { class
/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java54 import com.android.dialer.location.GeoUtil;
221 String countryIso = GeoUtil.getCurrentCountryIso(context);
684 final String countryIso = GeoUtil.getCurrentCountryIso(context); in maybeBlockCall()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java53 import com.android.contacts.GeoUtil;
683 GeoUtil.getCurrentCountryIso(getContext())); in addReadOnlyRawContactEditorViews()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java41 import com.android.contacts.GeoUtil;
823 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in computeFormattedPhoneNumbers()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java48 import com.android.dialer.location.GeoUtil;
661 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in computeFormattedPhoneNumbers()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java72 import com.android.dialer.location.GeoUtil;
649 countryIso = GeoUtil.getCurrentCountryIso(context); in updateFromTelecomCall()

12