HomeSort by relevance Sort by last modified time
    Searched defs:getCountryIso (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/libcore/util/
CountryZonesFinder.java 47 isoCodes.add(countryTimeZones.getCountryIso());
76 if (countryTimeZones.getCountryIso().equals(normalizedCountryIso)) {
CountryTimeZones.java 180 public String getCountryIso() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 30 * {@link #getCountryIso()} is used to get the ISO 3166-1 two letters country
46 public synchronized String getCountryIso() {
58 mCurrentCountryIso = country.getCountryIso();
61 mCurrentCountryIso = country.getCountryIso();
  /frameworks/base/location/java/android/location/
Country.java 110 public final String getCountryIso() {
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
195 return country != null && mCountryIso.equals(country.getCountryIso());
  /libcore/luni/src/test/java/libcore/libcore/util/
CountryZonesFinderTest.java 54 assertEqualsAndImmutable(list(GB_ZONES.getCountryIso(), FR_ZONES.getCountryIso()), isoList);
83 assertSame(GB_ZONES, countryZonesFinder.lookupCountryTimeZones(GB_ZONES.getCountryIso()));
84 assertSame(IM_ZONES, countryZonesFinder.lookupCountryTimeZones(IM_ZONES.getCountryIso()));
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 73 String countryIso = getCountryIso(parentConnection.getCall().getPhone());
274 private String getCountryIso(Phone phone) {
290 return subInfo.getCountryIso().toUpperCase();
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 334 public String getCountryIso() {
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 330 getCountryIso(getContext(), accountHandle)));
349 private static String getCountryIso(
356 return info.get().getCountryIso().toUpperCase();
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationActivity.java 280 getCountryIso(),
287 filteredNumberAsyncQueryHandler.blockNumber(null, number, getCountryIso());
300 getCountryIso(),
315 private String getCountryIso() {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 220 getCountryIso());
492 return country.getCountryIso();
500 public String getCountryIso() {
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 497 public String getCountryIso() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java     [all...]
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 559 milliseconds