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

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
CallIdentification.java 69 public int getNumberPresentation() {
Call.java 237 public int getNumberPresentation() {
238 return mIdentification.getNumberPresentation();
  /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/
Connection.java 280 public abstract int getNumberPresentation();
299 .append(" pres.: " + getNumberPresentation())
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 939 public int getNumberPresentation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 753 public int getNumberPresentation() {

Completed in 84 milliseconds