Searched defs:mHandlePresentation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java45 private final int mHandlePresentation; field in class:ParcelableCall
94 mHandlePresentation = handlePresentation;
162 return mHandlePresentation;
353 destination.writeInt(mHandlePresentation);
H A DCall.java321 private final int mHandlePresentation; field in class:Call.Details
497 return mHandlePresentation;
607 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
629 Objects.hashCode(mHandlePresentation) +
663 mHandlePresentation = handlePresentation;

Completed in 29 milliseconds