OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCountryCode
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java
34
private final String
mCountryCode
;
38
mCountryCode
= countryCode;
44
return new PhoneNumberFormattingTextWatcher(
mCountryCode
);
/packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java
34
private final String
mCountryCode
;
38
mCountryCode
= countryCode;
44
return new PhoneNumberFormattingTextWatcher(
mCountryCode
);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java
83
private final String
mCountryCode
;
109
mCountryCode
= countryCode;
173
return
mCountryCode
;
/frameworks/base/location/java/android/location/
Address.java
49
private String
mCountryCode
;
260
return
mCountryCode
;
268
mCountryCode
= countryCode;
454
sb.append(
mCountryCode
);
508
a.
mCountryCode
= in.readString();
555
parcel.writeString(
mCountryCode
);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
157
private String
mCountryCode
;
161
mCountryCode
= country.getCountryIso();
170
return
mCountryCode
;
Completed in 59 milliseconds