Searched defs: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
112 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
170 return mCallerDisplayNamePresentation;
302 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 DRemoteConnection.java654 private int mCallerDisplayNamePresentation; field in class:RemoteConnection
697 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
858 return mCallerDisplayNamePresentation;
1411 mCallerDisplayNamePresentation = presentation;
H A DCall.java347 private final int mCallerDisplayNamePresentation; field in class:Call.Details
537 return mCallerDisplayNamePresentation;
649 Objects.equals(mCallerDisplayNamePresentation,
650 d.mCallerDisplayNamePresentation) &&
671 mCallerDisplayNamePresentation,
707 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
H A DConnection.java1660 private int mCallerDisplayNamePresentation; field in class:Connection
1726 return mCallerDisplayNamePresentation;
1981 mCallerDisplayNamePresentation = presentation;

Completed in 69 milliseconds