Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1491 public void setIsPullExternalCallSupported(boolean isPullExternalCallSupported) { in setIsPullExternalCallSupported() argument
1493 if (isPullExternalCallSupported == mIsPullExternalCallSupported) return; in setIsPullExternalCallSupported()
1495 Log.i(this, "setCanPullExternalCall: canPull=%b", isPullExternalCallSupported); in setIsPullExternalCallSupported()
1497 mIsPullExternalCallSupported = isPullExternalCallSupported; in setIsPullExternalCallSupported()