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 318 private final int mHandlePresentation;
490 return mHandlePresentation;
591 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
613 Objects.hashCode(mHandlePresentation) +
647 mHandlePresentation = handlePresentation;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 256 private int mHandlePresentation;
723 return mHandlePresentation;
732 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
733 mHandlePresentation = presentation;
734 if (mHandlePresentation == TelecomManager.PRESENTATION_RESTRICTED ||
735 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {
    [all...]

Completed in 997 milliseconds