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

  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 280 public abstract int getNumberPresentation();
299 .append(" pres.: " + getNumberPresentation())
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipConnectionBase.java 171 public int getNumberPresentation() {
SipPhone.java 709 public int getNumberPresentation() {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]
RespondViaSmsManager.java 155 // and c.getNumberPresentation() for validity. (i.e. recheck the
531 int presentation = conn.getNumberPresentation();
CallCard.java 450 int presentation = conn.getNumberPresentation();
505 ci.numberPresentation = conn.getNumberPresentation();
579 if (conn != null) presentation = conn.getNumberPresentation();
    [all...]
PhoneUtils.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 732 public int getNumberPresentation() {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 944 public int getNumberPresentation() {

Completed in 301 milliseconds