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

  /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/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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 33 public int numberType = 0;
48 + " numberType: " + numberType
CdmaInformationRecords.java 152 public byte numberType;
157 public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi,
160 this.numberType = (byte)numberType;
171 ", numberType: " + numberType +
190 public CdmaRedirectingNumberInfoRec(String number, int numberType, int numberPlan,
193 number, numberType, numberPlan, pi, si);
SmsMessage.java 617 int numberType = 0;
619 numberType = addrBis.read(3);
620 addr.ton = numberType;
647 if (numberType == 2)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 54 public final int numberType;
114 int numberType, CharSequence numberLabel, Uri contactUri, Uri photoUri,
126 this.numberType = numberType;
CallDetailActivity.java 513 return Phone.getTypeLabel(mResources, details.numberType,
555 final int numberType;
570 numberType = 0;
578 numberType = info.type;
592 nameText, numberType, numberLabel, lookupUri, photoUri, sourceType,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 80 Integer numberType = getCachedNumberType();
81 if (numberType == null) {
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 89 public int numberType;
165 info.numberType = 0;
204 info.numberType = cursor.getInt(typeColumnIndex);
207 info.numberType, info.numberLabel)
527 .append("\nnumberType: " + numberType)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 94 public int numberType;
170 info.numberType = 0;
209 info.numberType = cursor.getInt(typeColumnIndex);
212 info.numberType, info.numberLabel)
632 .append("\nnumberType: " + numberType)
  /packages/apps/ContactsCommon/libs/
geocoder-2.9.jar 
libphonenumber-6.2.jar 
  /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...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 537 milliseconds