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
100 mHandlePresentation = handlePresentation; in ParcelableCall()
171 return mHandlePresentation; in getHandlePresentation()
390 destination.writeInt(mHandlePresentation); in writeToParcel()
DCall.java441 private final int mHandlePresentation; field in Call.Details
624 return mHandlePresentation; in getHandlePresentation()
749 Objects.equals(mHandlePresentation, d.mHandlePresentation) && in equals()
771 mHandlePresentation, in hashCode()
807 mHandlePresentation = handlePresentation; in Details()