Searched refs:mHandlePresentation (Results 1 – 2 of 2) sorted by relevance
45 private final int mHandlePresentation; field in ParcelableCall94 mHandlePresentation = handlePresentation; in ParcelableCall()162 return mHandlePresentation; in getHandlePresentation()353 destination.writeInt(mHandlePresentation); in writeToParcel()
321 private final int mHandlePresentation; field in Call.Details497 return mHandlePresentation; in getHandlePresentation()607 Objects.equals(mHandlePresentation, d.mHandlePresentation) && in equals()629 Objects.hashCode(mHandlePresentation) + in hashCode()663 mHandlePresentation = handlePresentation; in Details()