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.java727 private boolean mIsPullExternalCallSupported = true; field in Call
2064 if (isPullExternalCallSupported == mIsPullExternalCallSupported) return; in setIsPullExternalCallSupported()
2068 mIsPullExternalCallSupported = isPullExternalCallSupported; in setIsPullExternalCallSupported()
2409 if (!mIsPullExternalCallSupported) { in stripUnsupportedCapabilities()