Searched refs:numberType (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java33 public int numberType = 0; field in class:CdmaCallWaitingNotification
48 + " numberType: " + numberType
H A DCdmaInformationRecords.java152 public byte numberType; field in class:CdmaInformationRecords.CdmaNumberInfoRec
157 public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi, argument
160 this.numberType = (byte)numberType;
171 ", numberType: " + numberType +
190 public CdmaRedirectingNumberInfoRec(String number, int numberType, int numberPlan, argument
193 number, numberType, numberPlan, pi, si);
H A DSmsMessage.java617 int numberType = 0;
619 numberType = addrBis.read(3);
620 addr.ton = numberType;
647 if (numberType == 2)
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java95 public int numberType; field in class:CallerInfo
171 info.numberType = 0;
210 info.numberType = cursor.getInt(typeColumnIndex);
213 info.numberType, info.numberLabel)
640 .append("\nnumberType: " + numberType)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3857 notification.numberType = p.readInt();

Completed in 231 milliseconds