OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentCountryIso
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberFormatter.java
70
new TextWatcherLoadAsyncTask(ContactsUtils.
getCurrentCountryIso
(context), textView)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java
61
String countryIso =
getCurrentCountryIso
();
68
private String
getCurrentCountryIso
() {
DataRowHandlerForPhoneNumber.java
49
PhoneNumberUtils.formatNumberToE164(number, mDbHelper.
getCurrentCountryIso
());
76
mDbHelper.
getCurrentCountryIso
());
172
number, mDbHelper.
getCurrentCountryIso
());
ContactsDatabaseHelper.java
[
all
...]
ContactsProvider2.java
[
all
...]
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
127
public String
getCurrentCountryIso
() {
/packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java
172
public static final String
getCurrentCountryIso
(Context context) {
CallDetailActivity.java
234
mDefaultCountryIso = ContactsUtils.
getCurrentCountryIso
(this);
237
mContactInfoHelper = new ContactInfoHelper(this, ContactsUtils.
getCurrentCountryIso
(this));
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
518
String countryIso =
getCurrentCountryIso
(context, locale);
542
private static String
getCurrentCountryIso
(Context context, Locale locale) {
/packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java
82
mDefaultCountryIso = MmsApp.getApplication().
getCurrentCountryIso
();
MessageListItem.java
111
mDefaultCountryIso = MmsApp.getApplication().
getCurrentCountryIso
();
123
mDefaultCountryIso = MmsApp.getApplication().
getCurrentCountryIso
();
ComposeMessageActivity.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java
152
String currentCountryIso = ContactsUtils.
getCurrentCountryIso
(getActivity());
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
218
ContactsUtils.
getCurrentCountryIso
(getContext()));
/packages/apps/Mms/src/com/android/mms/data/
Contact.java
810
number, MmsApp.getApplication().
getCurrentCountryIso
());
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java
224
mCurrentCountryIso = ContactsUtils.
getCurrentCountryIso
(getActivity());
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
273
mDefaultCountryIso = ContactsUtils.
getCurrentCountryIso
(mContext);
[
all
...]
Completed in 547 milliseconds