Home
last modified time | relevance | path

Searched refs:mHandlePresentation (Results 1 – 2 of 2) sorted by relevance

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