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

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 28 import com.android.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/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 87 enum PhoneNumberFormat {
277 PhoneNumberFormat number_format,
284 PhoneNumberFormat number_format,
687 PhoneNumberUtil::PhoneNumberFormat number_format,
    [all...]
phonenumberutil.cc 162 PhoneNumberUtil::PhoneNumberFormat number_format,
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 19 import com.android.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
381 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL));
382 assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.INTERNATIONAL));
384 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL));
385 assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.INTERNATIONAL));
387 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL));
388 assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.INTERNATIONAL));
389 assertEquals("tel:+1-900-253-0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.RFC3966));
393 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL));
394 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL))
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 391 public enum PhoneNumberFormat {
    [all...]
PhoneNumberMatcher.java 21 import com.android.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
529 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966);
543 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n.cc 59 PhoneNumberUtil::PhoneNumberFormat format =
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 21 import com.android.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
    [all...]

Completed in 519 milliseconds