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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 361 public static final String REGION_CODE_FOR_NON_GEO_ENTITY = "001";
592 if (regionCodes.size() == 1 && REGION_CODE_FOR_NON_GEO_ENTITY.equals(regionCodes.get(0))) {
603 if (supportedRegions.remove(REGION_CODE_FOR_NON_GEO_ENTITY)) {
613 boolean isNonGeoRegion = REGION_CODE_FOR_NON_GEO_ENTITY.equals(regionCode);
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 346 milliseconds