HomeSort by relevance Sort by last modified time
    Searched refs: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 103 private final int mCallerDisplayNamePresentation;
142 return mCallerDisplayNamePresentation;
223 Objects.equals(mCallerDisplayNamePresentation,
224 d.mCallerDisplayNamePresentation) &&
244 Objects.hashCode(mCallerDisplayNamePresentation) +
274 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
Connection.java 471 private int mCallerDisplayNamePresentation;
514 return mCallerDisplayNamePresentation;
683 mCallerDisplayNamePresentation = presentation;
    [all...]
RemoteConnection.java 396 private int mCallerDisplayNamePresentation;
516 return mCallerDisplayNamePresentation;
864 mCallerDisplayNamePresentation = presentation;
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 220 private int mCallerDisplayNamePresentation;
436 return mCallerDisplayNamePresentation;
441 presentation != mCallerDisplayNamePresentation) {
443 mCallerDisplayNamePresentation = presentation;
    [all...]

Completed in 69 milliseconds