OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCountryIso
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java
34
private String
mCurrentCountryIso
;
47
if (
mCurrentCountryIso
== null) {
58
mCurrentCountryIso
= country.getCountryIso();
61
mCurrentCountryIso
= country.getCountryIso();
65
return
mCurrentCountryIso
;
/packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java
44
private final String
mCurrentCountryIso
;
51
mCurrentCountryIso
= currentCountryIso;
255
countryIso =
mCurrentCountryIso
;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
251
private String
mCurrentCountryIso
;
349
mCurrentCountryIso
= GeoUtil.getCurrentCountryIso(getActivity());
590
PhoneNumberUtils.formatNumber(dialString, normalizedNumber,
mCurrentCountryIso
);
[
all
...]
Completed in 70 milliseconds