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

  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 176 int presentation = conn.getNumberPresentation();
202 presentation = conn.getNumberPresentation();
206 conn.getNumberPresentation());
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 398 public abstract int getNumberPresentation();
432 mNumberPresentation = c.getNumberPresentation();
605 .append(" pres.: " + getNumberPresentation())
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 217 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
235 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED &&
TelephonyConnection.java 449 int presentation = mOriginalConnection.getNumberPresentation();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 184 public int getNumberPresentation() {
186 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
SipPhone.java 829 public int getNumberPresentation() {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 171 public Integer getNumberPresentation() {
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 60 info.numberPresentation = call.getNumberPresentation();
ContactInfoCache.java 85 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation(),
156 int presentationMode = call.getNumberPresentation();
Call.java 284 public int getNumberPresentation() {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 278 int presentation = mOriginalConnection.getNumberPresentation();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 519 public int getNumberPresentation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 915 public int getNumberPresentation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 745 public int getNumberPresentation() {

Completed in 2284 milliseconds