Home
last modified time | relevance | path

Searched refs:mIsPullExternalCallSupported (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java555 private boolean mIsPullExternalCallSupported = true; field in Call
1687 if (isPullExternalCallSupported == mIsPullExternalCallSupported) return; in setIsPullExternalCallSupported()
1691 mIsPullExternalCallSupported = isPullExternalCallSupported; in setIsPullExternalCallSupported()
1953 if (!mIsPullExternalCallSupported) { in stripUnsupportedCapabilities()