Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallTest.java274 call.setIsPullExternalCallSupported(false /*isPullCallSupported*/); in testCanPullCallRemovedDuringEmergencyCall()
280 call.setIsPullExternalCallSupported(true /*isPullCallSupported*/); in testCanPullCallRemovedDuringEmergencyCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1685 public void setIsPullExternalCallSupported(boolean isPullExternalCallSupported) { in setIsPullExternalCallSupported() method in Call
2024 setIsPullExternalCallSupported(!isInEmergencyCall); in setConnectionProperties()
H A DCallsManager.java5473 c->c.setIsPullExternalCallSupported(!isInEmergencyCall));