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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 46 private final int mCallerDisplayNamePresentation;
93 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
167 return mCallerDisplayNamePresentation;
345 destination.writeInt(mCallerDisplayNamePresentation);
ParcelableConnection.java 43 private final int mCallerDisplayNamePresentation;
80 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
133 return mCallerDisplayNamePresentation;
255 destination.writeInt(mCallerDisplayNamePresentation);
RemoteConnection.java 610 private int mCallerDisplayNamePresentation;
652 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
    [all...]
Call.java 323 private final int mCallerDisplayNamePresentation;
511 return mCallerDisplayNamePresentation;
599 Objects.equals(mCallerDisplayNamePresentation,
600 d.mCallerDisplayNamePresentation) &&
621 Objects.hashCode(mCallerDisplayNamePresentation) +
655 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
    [all...]
Connection.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 265 private int mCallerDisplayNamePresentation;
808 return mCallerDisplayNamePresentation;
813 presentation != mCallerDisplayNamePresentation) {
815 mCallerDisplayNamePresentation = presentation;
    [all...]

Completed in 46 milliseconds