Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:MOBILE

96   // a mobile phone in Colombia.
403 MOBILE,
405 // mobile numbers by looking at the phone number itself.
417 // MOBILE or FIXED_LINE number. Some more information can be found here:
781 * <li> subscriber numbers may not be diallable from all devices (notably mobile devices, which
863 getNumberType(number) == PhoneNumberType.MOBILE) {
864 // Argentinian mobile numbers, when formatted in the international format, are in the form of
973 // TODO: Include mobile phone numbers from countries like Indonesia, which has some
974 // mobile numbers that are geographical.
1188 * Returns a number formatted in such a way that it can be dialed from a mobile phone in a
1213 (numberType == PhoneNumberType.FIXED_LINE) || (numberType == PhoneNumberType.MOBILE) ||
1222 // Brazilian fixed line and mobile numbers need to be dialed with a carrier code when
1227 // For NANPA countries, non-geographical countries, and Mexican fixed line and mobile
1232 // MX fixed line and mobile numbers should always be formatted in international format,
1825 case MOBILE:
1904 // Otherwise, test to see if the number is mobile. Only do this if certain that the patterns for
1905 // mobile and fixed line aren't the same.
1908 return PhoneNumberType.MOBILE;