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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java274 private int mHandlePresentation; field in class:Call
855 return mHandlePresentation;
864 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) {
865 mHandlePresentation = presentation;
866 if (mHandlePresentation == TelecomManager.PRESENTATION_RESTRICTED ||
867 mHandlePresentation == TelecomManager.PRESENTATION_UNKNOWN) {

Completed in 366 milliseconds