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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 50 public final int numberType;
75 int numberType, CharSequence numberLabel, Uri contactUri,
86 this.numberType = numberType;
CallDetailActivity.java 565 entry.label = Phone.getTypeLabel(mResources, firstDetails.numberType,
682 final int numberType;
696 numberType = 0;
703 numberType = info.type;
    [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;
  /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 604 int numberType = 0;
606 numberType = addrBis.read(3);
607 addr.ton = numberType;
634 if (numberType == 2)
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 217 PhoneNumberType numberType = phoneUtil.getNumberType(number);
218 if (numberType == PhoneNumberType.UNKNOWN) {
220 } else if (!canBeGeocoded(numberType)) {
240 PhoneNumberType numberType = phoneUtil.getNumberType(number);
241 if (numberType == PhoneNumberType.UNKNOWN) {
243 } else if (!canBeGeocoded(numberType)) {
254 private boolean canBeGeocoded(PhoneNumberType numberType) {
255 return (numberType == PhoneNumberType.FIXED_LINE ||
256 numberType == PhoneNumberType.MOBILE ||
257 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 92 public int numberType;
159 info.numberType = 0;
198 info.numberType = cursor.getInt(typeColumnIndex);
201 info.numberType, info.numberLabel)
608 .append("\nnumberType: " + numberType)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 90 public int numberType;
157 info.numberType = 0;
196 info.numberType = cursor.getInt(typeColumnIndex);
199 info.numberType, info.numberLabel)
608 .append("\nnumberType: " + numberType)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 86 typedef int numberType;
89 static inline String toAlphabeticOrNumeric(numberType number, const CharacterType* sequence, unsigned sequenceSize, SequenceType type)
93 const int lettersSize = sizeof(numberType) * 8 + 1; // Binary is the worst case; requires one character per bit plus a minus sign.
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 5406 milliseconds