Searched defs:numberType (Results 1 - 3 of 3) 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);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java98 public int numberType; field in class:CallerInfo
177 info.numberType = 0;
217 info.numberType = cursor.getInt(typeColumnIndex);
220 info.numberType, info.numberLabel)
659 .append("\nnumberType: " + numberType)

Completed in 74 milliseconds