OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCountry
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java
40
private String
mCountry
;
69
return
mCountry
;
105
mCountry
= country;
/frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java
28
private Country
mCountry
;
32
mCountry
= country;
36
return
mCountry
;
40
return
mCountry
!= null;
/frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java
77
private Country
mCountry
;
273
runAfterDetectionAsync(
mCountry
!= null ? new Country(
mCountry
) :
mCountry
, country,
275
mCountry
= country;
276
return
mCountry
;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java
127
private Country
mCountry
;
131
mCountry
= country;
139
return
mCountry
;
LocationBasedCountryDetectorTest.java
42
private final String
mCountry
;
52
mCountry
= country;
69
return
mCountry
;
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java
495
private final String
mCountry
;
514
mCountry
= country;
584
builder.withValue(StructuredPostal.COUNTRY,
mCountry
);
597
mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode,
mCountry
637
&& TextUtils.isEmpty(
mCountry
));
659
&& TextUtils.equals(
mCountry
, postalData.
mCountry
);
669
mLocalty, mRegion, mPostalCode,
mCountry
};
681
mLocalty, mRegion, mPostalCode,
mCountry
);
714
return
mCountry
;
[
all
...]
/frameworks/base/core/java/android/webkit/
WebSettings.java
246
private String
mCountry
;
262
mCountry
= country;
275
public String getCountry() { return
mCountry
; }
[
all
...]
Completed in 130 milliseconds