Searched defs:mCallerDisplayNamePresentation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConnection.java41 private final int mCallerDisplayNamePresentation; field in class:ParcelableConnection
72 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
108 return mCallerDisplayNamePresentation;
212 destination.writeInt(mCallerDisplayNamePresentation);
H A DParcelableCall.java46 private final int mCallerDisplayNamePresentation; field in class:ParcelableCall
89 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
161 return mCallerDisplayNamePresentation;
313 destination.writeInt(mCallerDisplayNamePresentation);
H A DCall.java194 private final int mCallerDisplayNamePresentation; field in class:Call.Details
308 return mCallerDisplayNamePresentation;
389 Objects.equals(mCallerDisplayNamePresentation,
390 d.mCallerDisplayNamePresentation) &&
410 Objects.hashCode(mCallerDisplayNamePresentation) +
440 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
H A DRemoteConnection.java412 private int mCallerDisplayNamePresentation; field in class:RemoteConnection
447 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
572 return mCallerDisplayNamePresentation;
935 mCallerDisplayNamePresentation = presentation;
H A DConnection.java665 private int mCallerDisplayNamePresentation; field in class:Connection
708 return mCallerDisplayNamePresentation;
885 mCallerDisplayNamePresentation = presentation;

Completed in 124 milliseconds