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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
44 + " numberPresentation: " + numberPresentation
CdmaConnection.java 78 int numberPresentation = Connection.PRESENTATION_ALLOWED;
134 numberPresentation = dc.numberPresentation;
164 numberPresentation = Connection.PRESENTATION_ALLOWED;
188 numberPresentation = cw.numberPresentation;
513 numberPresentation = dc.numberPresentation;
945 return numberPresentation;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 49 public int numberPresentation;
72 ret.numberPresentation = Connection.PRESENTATION_ALLOWED;
114 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
CallerInfo.java 87 public int numberPresentation;
572 .append("\nnumberPresentation: " + 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...]
CallCard.java 505 ci.numberPresentation = conn.getNumberPresentation();
509 + ", Number/Name Presentation=" + ci.numberPresentation);
516 + ", Number/Name Presentation=" + ci.numberPresentation);
    [all...]
CallNotifier.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 74 int numberPresentation = Connection.PRESENTATION_ALLOWED;
128 numberPresentation = dc.numberPresentation;
733 return numberPresentation;
  /hardware/ril/include/telephony/
ril.h 180 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
545 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
552 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 224 assertEquals(0, mInfo.numberPresentation);
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 215 dstCall->numberPresentation = srcCall.number_presentation();
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 70 this.numberPresentation = 0;
    [all...]

Completed in 251 milliseconds