Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java66 private ICallScreeningControl mCallScreeningControl; field in ThirdPartyCallScreeningServiceTest
98 if (mCallScreeningControl != null) { in tearDown()
99 mCallScreeningControl.reset(); in tearDown()
122 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()
[all …]