Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java522 private boolean mIsPullExternalCallSupported = true; field in Call
1569 if (isPullExternalCallSupported == mIsPullExternalCallSupported) return; in setIsPullExternalCallSupported()
1573 mIsPullExternalCallSupported = isPullExternalCallSupported; in setIsPullExternalCallSupported()
1824 if (!mIsPullExternalCallSupported) { in stripUnsupportedCapabilities()