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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 32 public int namePresentation = 0;
47 + " namePresentation: " + namePresentation
CdmaConnection.java 135 mCnapNamePresentation = dc.namePresentation;
192 mCnapNamePresentation = cw.namePresentation;
503 mCnapNamePresentation = dc.namePresentation;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 51 public int namePresentation;
116 /*+ "name="+ name */ + "," + namePresentation;
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 90 public int namePresentation;
598 .append("\nnamePresentation: " + namePresentation)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 134 mCnapNamePresentation = dc.namePresentation;
459 mCnapNamePresentation = dc.namePresentation;
  /hardware/ril/include/telephony/
ril.h 186 int namePresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
CallCard.java 607 ci.namePresentation = conn.getCnapNamePresentation();
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 4216 milliseconds