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

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java44 private final int mHandlePresentation; field in class:ParcelableCall
91 mHandlePresentation = handlePresentation;
154 return mHandlePresentation;
343 destination.writeInt(mHandlePresentation);
H A DCall.java318 private final int mHandlePresentation; field in class:Call.Details
490 return mHandlePresentation;
591 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
613 Objects.hashCode(mHandlePresentation) +
647 mHandlePresentation = handlePresentation;

Completed in 30 milliseconds