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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 280 public abstract int getNumberPresentation();
299 .append(" pres.: " + getNumberPresentation())
  /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();
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 198 int presentation = conn.getNumberPresentation();
224 presentation = conn.getNumberPresentation();
228 conn.getNumberPresentation());
RejectWithTextMessageManager.java 228 int presentation = conn.getNumberPresentation();
CallModeler.java 585 final int newNumberPresentation = connection.getNumberPresentation();
586 if (call.getNumberPresentation() != newNumberPresentation) {
    [all...]
PhoneUtils.java     [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...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 62 info.numberPresentation = identification.getNumberPresentation();
ContactInfoCache.java 87 identification.getNumberPresentation(), isIncoming);
159 int presentationMode = identification.getNumberPresentation();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 753 public int getNumberPresentation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 939 public int getNumberPresentation() {

Completed in 442 milliseconds