Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallScreeningService.java60 allowCall(); in onScreenCall()
83 public void allowCall() { in allowCall() method in TestCallScreeningService
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java58 public void allowCall(String s) throws RemoteException { in allowCall() method in CallScreeningServiceHelper.CallScreeningAdapter
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java67 public void allowCall(String callId) { in allowCall() method in CallScreeningServiceFilter.CallScreeningAdapter
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java224 csAdapter.allowCall(CALL_ID); in testAllowCall()