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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 169 PhoneNumberType numberType = phoneUtil.getNumberType(number);
170 if (numberType == PhoneNumberType.UNKNOWN) {
172 } else if (!canBeGeocoded(numberType)) {
192 PhoneNumberType numberType = phoneUtil.getNumberType(number);
193 if (numberType == PhoneNumberType.UNKNOWN) {
195 } else if (!canBeGeocoded(numberType)) {
206 private boolean canBeGeocoded(PhoneNumberType numberType) {
207 return (numberType == PhoneNumberType.FIXED_LINE ||
208 numberType == PhoneNumberType.MOBILE ||
209 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
92 String text = numberType + ": " + phone;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 80 typedef int numberType;
83 static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type)
87 const int lettersSize = sizeof(numberType) * 8 + 1; // Binary is the worst case; requires one character per bit plus a minus sign.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 681 milliseconds