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

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConnection.java44 private final int mCallerDisplayNamePresentation; field in class:ParcelableConnection
116 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
175 return mCallerDisplayNamePresentation;
313 destination.writeInt(mCallerDisplayNamePresentation);
H A DParcelableCall.java47 private final int mCallerDisplayNamePresentation; field in class:ParcelableCall
102 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
184 return mCallerDisplayNamePresentation;
392 destination.writeInt(mCallerDisplayNamePresentation);
H A DCall.java434 private final int mCallerDisplayNamePresentation; field in class:Call.Details
627 return mCallerDisplayNamePresentation;
739 Objects.equals(mCallerDisplayNamePresentation,
740 d.mCallerDisplayNamePresentation) &&
761 mCallerDisplayNamePresentation,
797 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
H A DRemoteConnection.java655 private int mCallerDisplayNamePresentation; field in class:RemoteConnection
698 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
859 return mCallerDisplayNamePresentation;
1412 mCallerDisplayNamePresentation = presentation;
H A DConnection.java1695 private int mCallerDisplayNamePresentation; field in class:Connection
1762 return mCallerDisplayNamePresentation;
2033 mCallerDisplayNamePresentation = presentation;

Completed in 883 milliseconds