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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 41 private final int mCallerDisplayNamePresentation;
72 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
108 return mCallerDisplayNamePresentation;
212 destination.writeInt(mCallerDisplayNamePresentation);
ParcelableCall.java 46 private final int mCallerDisplayNamePresentation;
89 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
161 return mCallerDisplayNamePresentation;
313 destination.writeInt(mCallerDisplayNamePresentation);
Call.java 194 private final int mCallerDisplayNamePresentation;
308 return mCallerDisplayNamePresentation;
389 Objects.equals(mCallerDisplayNamePresentation,
390 d.mCallerDisplayNamePresentation) &&
410 Objects.hashCode(mCallerDisplayNamePresentation) +
440 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
    [all...]
RemoteConnection.java 412 private int mCallerDisplayNamePresentation;
447 mCallerDisplayNamePresentation = connection.getCallerDisplayNamePresentation();
572 return mCallerDisplayNamePresentation;
935 mCallerDisplayNamePresentation = presentation;
    [all...]
Connection.java 665 private int mCallerDisplayNamePresentation;
708 return mCallerDisplayNamePresentation;
885 mCallerDisplayNamePresentation = presentation;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 231 private int mCallerDisplayNamePresentation;
530 return mCallerDisplayNamePresentation;
535 presentation != mCallerDisplayNamePresentation) {
537 mCallerDisplayNamePresentation = presentation;
    [all...]

Completed in 98 milliseconds