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;
87 mHandlePresentation = handlePresentation;
148 return mHandlePresentation;
311 destination.writeInt(mHandlePresentation);
Call.java 192 private final int mHandlePresentation;
293 return mHandlePresentation;
387 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
408 Objects.hashCode(mHandlePresentation) +
438 mHandlePresentation = handlePresentation;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 223 private int mHandlePresentation;
492 return mHandlePresentation;
501 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
502 mHandlePresentation = presentation;
503 if (mHandlePresentation == TelecomManager.PRESENTATION_RESTRICTED ||
504 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {
    [all...]

Completed in 41 milliseconds