HomeSort by relevance Sort by last modified time
    Searched refs:currentCountry (Results 1 - 8 of 8) sorted by null

  /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 327 String currentCountry = parser.getAttributeValue(null, ATTR_COUNTRY);
328 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry);
329 if (country.equals(currentCountry)) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 206 milliseconds