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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
45 + " numberPresentation: " + numberPresentation
CdmaConnection.java 136 mNumberPresentation = dc.numberPresentation;
190 mNumberPresentation = cw.numberPresentation;
504 mNumberPresentation = dc.numberPresentation;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 49 public int numberPresentation;
72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
115 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
RIL.java     [all...]
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 62 assertEquals(PRESENTATION_UNKNOWN, mCallerInfo.numberPresentation);
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
CallLogger.java 223 presentation = callerInfo.numberPresentation;
CallCard.java 606 ci.numberPresentation = conn.getNumberPresentation();
610 + ", Number/Name Presentation=" + ci.numberPresentation);
617 + ", Number/Name Presentation=" + ci.numberPresentation);
    [all...]
CallNotifier.java     [all...]
  /hardware/ril/include/telephony/
ril.h 184 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
566 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
573 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 89 public int numberPresentation;
597 .append("\nnumberPresentation: " + numberPresentation)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 135 mNumberPresentation = dc.numberPresentation;
460 mNumberPresentation = dc.numberPresentation;
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 1226 milliseconds