HomeSort by relevance Sort by last modified time
    Searched refs:mHandlePresentation (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 44 private final int mHandlePresentation;
91 mHandlePresentation = handlePresentation;
154 return mHandlePresentation;
343 destination.writeInt(mHandlePresentation);
Call.java 321 private final int mHandlePresentation;
496 return mHandlePresentation;
597 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
619 Objects.hashCode(mHandlePresentation) +
653 mHandlePresentation = handlePresentation;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 257 private int mHandlePresentation;
765 return mHandlePresentation;
774 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
775 mHandlePresentation = presentation;
776 if (mHandlePresentation == TelecomManager.PRESENTATION_RESTRICTED ||
777 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {
    [all...]

Completed in 515 milliseconds