Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java51 private int mHandlePresentation; field in ParcelableCall.ParcelableCallBuilder
119 mHandlePresentation = handlePresentation; in setHandlePresentation()
238 mHandlePresentation, in createParcelableCall()
272 newBuilder.mHandlePresentation = parcelableCall.mHandlePresentation; in fromParcelableCall()
308 private final int mHandlePresentation; field in ParcelableCall
372 mHandlePresentation = handlePresentation; in ParcelableCall()
451 return mHandlePresentation; in getHandlePresentation()
715 destination.writeInt(mHandlePresentation); in writeToParcel()
DCall.java613 private final int mHandlePresentation; field in Call.Details
821 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()