Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java51 private int mHandlePresentation; field in ParcelableCall.ParcelableCallBuilder
120 mHandlePresentation = handlePresentation; in setHandlePresentation()
244 mHandlePresentation, in createParcelableCall()
279 newBuilder.mHandlePresentation = parcelableCall.mHandlePresentation; in fromParcelableCall()
316 private final int mHandlePresentation; field in ParcelableCall
382 mHandlePresentation = handlePresentation; in ParcelableCall()
462 return mHandlePresentation; in getHandlePresentation()
736 destination.writeInt(mHandlePresentation); in writeToParcel()
DCall.java662 private final int mHandlePresentation; field in Call.Details
894 return mHandlePresentation; in getHandlePresentation()
1089 Objects.equals(mHandlePresentation, d.mHandlePresentation) && in equals()
1117 mHandlePresentation, in hashCode()
1163 mHandlePresentation = handlePresentation; in Details()
1222 sb.append(mHandlePresentation); in toString()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceCall.java59 private int mHandlePresentation; field in CrossDeviceCall
140 mHandlePresentation = callDetails.getHandlePresentation(); in updateCallDetails()
276 && mHandlePresentation == TelecomManager.PRESENTATION_ALLOWED) { in getNonContactString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50854 Landroid/telecom/Call$Details;->mHandlePresentation:I
51619 Landroid/telecom/ParcelableCall;->mHandlePresentation:I