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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 280 public abstract int getNumberPresentation();
299 .append(" pres.: " + getNumberPresentation())
  /packages/apps/Phone/src/com/android/phone/
CallLogger.java 195 int presentation = conn.getNumberPresentation();
221 presentation = conn.getNumberPresentation();
225 conn.getNumberPresentation());
ManageConferenceUtils.java 66 int presentation = connection.getNumberPresentation();
262 displayCallerInfoForConferenceRow(info.currentInfo, connection.getNumberPresentation(),
CallCard.java 551 int presentation = conn.getNumberPresentation();
606 ci.numberPresentation = conn.getNumberPresentation();
681 if (conn != null) presentation = conn.getNumberPresentation();
    [all...]
PhoneUtils.java     [all...]
RespondViaSmsManager.java 202 // and c.getNumberPresentation() for validity. (i.e. recheck the
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 183 public int getNumberPresentation() {
185 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
SipPhone.java 826 public int getNumberPresentation() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 750 public int getNumberPresentation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 936 public int getNumberPresentation() {

Completed in 479 milliseconds