Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java261 call.setIsPullExternalCallSupported(false /*isPullCallSupported*/); in testCanPullCallRemovedDuringEmergencyCall()
267 call.setIsPullExternalCallSupported(true /*isPullCallSupported*/); in testCanPullCallRemovedDuringEmergencyCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1491 public void setIsPullExternalCallSupported(boolean isPullExternalCallSupported) { in setIsPullExternalCallSupported() method in Call
1812 setIsPullExternalCallSupported(!isInEmergencyCall); in setConnectionProperties()
DCallsManager.java5197 c->c.setIsPullExternalCallSupported(!isInEmergencyCall));