Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java143 call.setIsCreateConnectionComplete(isCreateConnectionComplete); in setupCallHelper()
308 call.setIsCreateConnectionComplete(true); in testAddVoipRingingCall()
342 call.setIsCreateConnectionComplete(true); in testAddVoipEmergencyRingingCall()
377 call.setIsCreateConnectionComplete(true); in testAddNonVoipRingingCall()
412 call.setIsCreateConnectionComplete(true); in testAddNonVoipEmergencyRingingCall()
627 call.setIsCreateConnectionComplete(false); in testVoipPlaceCallTimeout()
651 call.setIsCreateConnectionComplete(false); in testVoipPlaceCallTimeoutReportAnomaly()
675 call.setIsCreateConnectionComplete(false); in testVoipEmergencyPlaceCallTimeoutReportAnomaly()
699 call.setIsCreateConnectionComplete(false); in testVoipEmergencyPlaceCallTimeout()
724 call.setIsCreateConnectionComplete(false); in testNonVoipPlaceCallTimeout()
[all …]
DBasicCallTests.java1039 call.setIsCreateConnectionComplete(true); in testOutgoingCallSelectPhoneAccountVideo()
1063 call.setIsCreateConnectionComplete(true); in testOutgoingCallSelectPhoneAccountNoVideo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1756 call.setIsCreateConnectionComplete(true); in processIncomingCallIntent()
4519 call.setIsCreateConnectionComplete(true);
5613 call.setIsCreateConnectionComplete(true);
DCall.java4899 public void setIsCreateConnectionComplete(boolean isCreateConnectionComplete) { in setIsCreateConnectionComplete() method in Call