Searched defs:mHandlePresentation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java44 private final int mHandlePresentation; field in class:ParcelableCall
87 mHandlePresentation = handlePresentation;
148 return mHandlePresentation;
311 destination.writeInt(mHandlePresentation);
H A DCall.java101 private final int mHandlePresentation; field in class:Call.Details
127 return mHandlePresentation;
221 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
242 Objects.hashCode(mHandlePresentation) +
272 mHandlePresentation = handlePresentation;

Completed in 320 milliseconds