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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java315 private int mHandlePresentation; field in class:Call
994 return mHandlePresentation;
1003 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
1004 mHandlePresentation = presentation;
1005 if (mHandlePresentation == TelecomManager.PRESENTATION_RESTRICTED ||
1006 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {

Completed in 37 milliseconds