Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:MOBILE

89   // a mobile phone in Colombia.
92 // Map of country calling codes that use a mobile token before the area code. One example of when
94 // be the length of the area code plus the length of the mobile token.
387 MOBILE,
389 // mobile numbers by looking at the phone number itself.
401 // MOBILE or FIXED_LINE number. Some more information can be found here:
788 * are not diallable on a mobile phone keypad (including all non-ASCII digits).
835 * <li> subscriber numbers may not be diallable from all devices (notably mobile devices, which
916 if (getNumberType(number) == PhoneNumberType.MOBILE) {
917 // For example Argentinian mobile numbers, when formatted in the international format, are in
919 // add the length of the second group (which is the mobile token), which also forms part of
920 // the national significant number. This assumes that the mobile token is always formatted
931 * Returns the mobile token for the provided country calling code if it has one, otherwise
932 * returns an empty string. A mobile token is a number inserted before the area code when dialing
933 * a mobile number from that country from abroad.
935 * @param countryCallingCode the country calling code for which we want the mobile token
936 * @return the mobile token, as a string, for the given country calling code
1053 // TODO: Include mobile phone numbers from countries like Indonesia, which has some
1054 // mobile numbers that are geographical.
1268 * Returns a number formatted in such a way that it can be dialed from a mobile phone in a
1294 (numberType == PhoneNumberType.FIXED_LINE) || (numberType == PhoneNumberType.MOBILE) ||
1303 // Brazilian fixed line and mobile numbers need to be dialed with a carrier code when
1310 // dialing from a mobile phone, except for short numbers. As a result, we add it back here
1328 // For non-geographical countries, and Mexican and Chilean fixed line and mobile numbers, we
1332 // MX fixed line and mobile numbers should always be formatted in international format,
1338 // but don't have it when used for display. The reverse is true for mobile numbers.
1933 case MOBILE:
2012 // Otherwise, test to see if the number is mobile. Only do this if certain that the patterns for
2013 // mobile and fixed line aren't the same.
2016 return PhoneNumberType.MOBILE;
3226 * Returns true if the supplied region supports mobile number portability. Returns false for
3227 * invalid, unknown or regions that don't support mobile number portability.
3229 * @param regionCode the region for which we want to know whether it supports mobile number