OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCountryIso
(Results
1 - 5
of
5
) 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/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java
126
private String
mCurrentCountryIso
;
446
if (
mCurrentCountryIso
== null) {
459
mCurrentCountryIso
= getCountryIsoFromCountry(newCountry);
466
mCurrentCountryIso
= getCountryIsoFromCountry(country);
468
return
mCurrentCountryIso
;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java
68
private final String
mCurrentCountryIso
;
77
mCurrentCountryIso
= countryIso;
120
countryIso =
mCurrentCountryIso
;
ContactInfoHelper.java
56
private final String
mCurrentCountryIso
;
63
mCurrentCountryIso
= currentCountryIso;
287
countryIso =
mCurrentCountryIso
;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
228
private String
mCurrentCountryIso
;
330
mCurrentCountryIso
= GeoUtil.getCurrentCountryIso(getActivity());
569
final String formatted = getFormattedDigits(data, normalizedNumber,
mCurrentCountryIso
);
[
all
...]
Completed in 185 milliseconds