Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java141 call.setIsCreateConnectionComplete(isCreateConnectionComplete); in setupCallHelper()
306 call.setIsCreateConnectionComplete(true); in testAddVoipRingingCall()
340 call.setIsCreateConnectionComplete(true); in testAddVoipEmergencyRingingCall()
375 call.setIsCreateConnectionComplete(true); in testAddNonVoipRingingCall()
410 call.setIsCreateConnectionComplete(true); in testAddNonVoipEmergencyRingingCall()
625 call.setIsCreateConnectionComplete(false); in testVoipPlaceCallTimeout()
649 call.setIsCreateConnectionComplete(false); in testVoipPlaceCallTimeoutReportAnomaly()
673 call.setIsCreateConnectionComplete(false); in testVoipEmergencyPlaceCallTimeoutReportAnomaly()
697 call.setIsCreateConnectionComplete(false); in testVoipEmergencyPlaceCallTimeout()
722 call.setIsCreateConnectionComplete(false); in testNonVoipPlaceCallTimeout()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1634 call.setIsCreateConnectionComplete(true); in processIncomingCallIntent()
4177 call.setIsCreateConnectionComplete(true);
5266 call.setIsCreateConnectionComplete(true);
DCall.java4615 public void setIsCreateConnectionComplete(boolean isCreateConnectionComplete) { in setIsCreateConnectionComplete() method in Call