Searched refs:mHandlePresentation (Results 1 – 2 of 2) sorted by relevance
51 private int mHandlePresentation; field in ParcelableCall.ParcelableCallBuilder119 mHandlePresentation = handlePresentation; in setHandlePresentation()238 mHandlePresentation, in createParcelableCall()272 newBuilder.mHandlePresentation = parcelableCall.mHandlePresentation; in fromParcelableCall()308 private final int mHandlePresentation; field in ParcelableCall372 mHandlePresentation = handlePresentation; in ParcelableCall()451 return mHandlePresentation; in getHandlePresentation()715 destination.writeInt(mHandlePresentation); in writeToParcel()
613 private final int mHandlePresentation; field in Call.Details821 return mHandlePresentation; in getHandlePresentation()978 Objects.equals(mHandlePresentation, d.mHandlePresentation) && in equals()1004 mHandlePresentation, in hashCode()1046 mHandlePresentation = handlePresentation; in Details()1099 sb.append(mHandlePresentation); in toString()