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

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java46 private final int mCallerDisplayNamePresentation; field in class:ParcelableCall
93 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
167 return mCallerDisplayNamePresentation;
344 destination.writeInt(mCallerDisplayNamePresentation);
H A DParcelableConnection.java42 private final int mCallerDisplayNamePresentation; field in class:ParcelableConnection
77 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
115 return mCallerDisplayNamePresentation;
233 destination.writeInt(mCallerDisplayNamePresentation);
H A DCall.java246 private final int mCallerDisplayNamePresentation; field in class:Call.Details
417 return mCallerDisplayNamePresentation;
505 Objects.equals(mCallerDisplayNamePresentation,
506 d.mCallerDisplayNamePresentation) &&
527 Objects.hashCode(mCallerDisplayNamePresentation) +
559 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
H A DRemoteConnection.java587 private int mCallerDisplayNamePresentation; field in class:RemoteConnection
623 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
766 return mCallerDisplayNamePresentation;
1231 mCallerDisplayNamePresentation = presentation;
H A DConnection.java1071 private int mCallerDisplayNamePresentation; field in class:Connection
1116 return mCallerDisplayNamePresentation;
1325 mCallerDisplayNamePresentation = presentation;

Completed in 88 milliseconds