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

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 28 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
83 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.E164);
84 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.INTERNATIONAL);
85 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.NATIONAL);
86 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.RFC3966);
95 PhoneNumberFormat format) {
  /external/robolectric-shadows/integration_tests/libphonenumber/src/test/java/org/robolectric/integration_tests/libphonenumber/
ClassloadingTest.java 24 String format = PhoneNumberUtil.getInstance().format(phoneNumber, PhoneNumberUtil.PhoneNumberFormat.INTERNATIONAL);
  /packages/apps/Messaging/src/android/support/v7/mms/
PhoneNumberHelper.java 45 .format(phoneNumber, PhoneNumberUtil.PhoneNumberFormat.NATIONAL)
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberUtilTest.java 19 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
476 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL));
477 assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.INTERNATIONAL));
479 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL));
480 assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.INTERNATIONAL));
482 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL));
483 assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.INTERNATIONAL));
484 assertEquals("tel:+1-900-253-0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.RFC3966));
488 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL));
489 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL))
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 394 public enum PhoneNumberFormat {
    [all...]
PhoneNumberMatcher.java 21 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
555 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966);
569 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
DialerPhoneNumberUtil.java 30 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
86 String validNumber = phoneNumberUtil.format(phoneNumber, PhoneNumberFormat.E164);
  /packages/services/Mms/src/com/android/mms/service/
PhoneUtils.java 51 .format(parsed, PhoneNumberUtil.PhoneNumberFormat.NATIONAL)
  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 44 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
750 return phoneNumberUtil.format(phoneNumber, PhoneNumberFormat.E164);
846 .format(phoneNumber, PhoneNumberFormat.NATIONAL)
876 final PhoneNumberFormat phoneNumberFormat =
878 PhoneNumberFormat.NATIONAL : PhoneNumberFormat.INTERNATIONAL;
879 return phoneNumberUtil.format(parsedNumber, phoneNumberFormat);
    [all...]
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 29 import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
167 ? phoneUtil.format(number, PhoneNumberFormat.INTERNATIONAL)
351 isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.E164) : "invalid",
355 appendLine("National format", phoneUtil.format(number, PhoneNumberFormat.NATIONAL), output);
358 isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.INTERNATIONAL) : "invalid",
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 21 import com.android.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 427 milliseconds