Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java122 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testRejectCall()
142 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testRejectCallAndTryToSkipCallLog()
159 mCallScreeningControl.setCallResponse(false /* shouldDisallowCall */, in testIncomingCallHasSilenceExtra()
176 mCallScreeningControl.setCallResponse(false /* shouldDisallowCall */, in testIncomingCallDoesNotHaveHaveSilenceExtra()
191 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testHasPermissionAndNoContactIncoming()
204 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testNoPermissionAndNoContactIncoming()
217 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testHasPermissionAndHasContactIncoming()
229 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testNoPermissionAndHasContactIncoming()
292 mCallScreeningControl.setCallResponse(false /* shouldDisallowCall */, in testAllowCall()
304 mCallScreeningControl.setCallResponse(true /* shouldDisallowCall */, in testNoPostCallActivityWhenBlocked()
[all …]
/cts/tests/tests/telecom/CallScreeningServiceTestApp/aidl/android/telecom/cts/screeningtestapp/
DICallScreeningControl.aidl25 void setCallResponse(boolean shouldDisallowCall, boolean shouldRejectCall, in setCallResponse() method
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCallScreeningServiceControl.java59 public void setCallResponse(boolean shouldDisallowCall,