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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 107 public int getCallerDisplayNamePresentation() {
Call.java 141 public int getCallerDisplayNamePresentation() {
655 parcelableCall.getCallerDisplayNamePresentation(),
ParcelableCall.java 160 public int getCallerDisplayNamePresentation() {
RemoteConnectionService.java 66 parcel.getCallerDisplayNamePresentation());
Connection.java 513 public final int getCallerDisplayNamePresentation() {
    [all...]
RemoteConnection.java 127 * See {@link #getCallerDisplayName()} and {@link #getCallerDisplayNamePresentation()}.
515 public int getCallerDisplayNamePresentation() {
ConnectionService.java 568 connection.getCallerDisplayNamePresentation(),
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 477 String callerDisplayName = call.getCallerDisplayNamePresentation() ==
500 call.getCallerDisplayNamePresentation(),
Call.java 435 int getCallerDisplayNamePresentation() {
675 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation());
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 290 namePresentation != getCallerDisplayNamePresentation()) {
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 285 return getTelecommCall().getDetails().getCallerDisplayNamePresentation();
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 354 namePresentation != getCallerDisplayNamePresentation()) {

Completed in 102 milliseconds