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 45 private final int mHandlePresentation;
100 mHandlePresentation = handlePresentation;
171 return mHandlePresentation;
390 destination.writeInt(mHandlePresentation);
Call.java 441 private final int mHandlePresentation;
624 return mHandlePresentation;
749 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
771 mHandlePresentation,
807 mHandlePresentation = handlePresentation;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 315 private int mHandlePresentation;
    [all...]

Completed in 228 milliseconds