OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentCountry
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Mms/src/com/android/mms/util/
AddressUtils.java
79
String
currentCountry
= MmsApp.getApplication().getCurrentCountryIso().toUpperCase();
83
return mPhoneNumberUtil.isPossibleNumber(query,
currentCountry
);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java
125
String
currentCountry
= Locale.getDefault().getCountry();
136
currentCountry
= checkNull(currentAddress.getCountryCode());
155
if (!
currentCountry
.equals(addr2CountryCode)) {
166
if (!
currentCountry
.equals(addr1CountryCode)) {
195
if (!countryCode.equals(
currentCountry
)) {
246
if (!countryCode.equals(
currentCountry
)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java
326
String
currentCountry
= parser.getAttributeValue(null, ATTR_COUNTRY);
327
if (VDBG) Rlog.d(TAG, "Found country " +
currentCountry
);
328
if (country.equals(
currentCountry
)) {
Completed in 1377 milliseconds