HomeSort by relevance Sort by last modified time
    Searched refs:mHandlePresentation (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 44 private final int mHandlePresentation;
87 mHandlePresentation = handlePresentation;
148 return mHandlePresentation;
311 destination.writeInt(mHandlePresentation);
Call.java 101 private final int mHandlePresentation;
127 return mHandlePresentation;
221 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
242 Objects.hashCode(mHandlePresentation) +
272 mHandlePresentation = handlePresentation;
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 212 private int mHandlePresentation;
410 return mHandlePresentation;
419 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
421 mHandlePresentation = presentation;
    [all...]

Completed in 163 milliseconds