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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 638 public int numberFormatSize() { return numberFormat_.size(); }
817 int numberFormatSize = numberFormatSize();
818 objectOutput.writeInt(numberFormatSize);
819 for (int i = 0; i < numberFormatSize; i++) {
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 40 milliseconds