Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java318 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
320 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
340 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
342 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
394 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()
396 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()
DTelecomSystemTest.java503 .setInCallAdapter( in startOutgoingPhoneCallPendingCreateConnection()
506 .setInCallAdapter( in startOutgoingPhoneCallPendingCreateConnection()
617 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()
619 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()
DInCallServiceFixture.java56 public void setInCallAdapter(IInCallAdapter inCallAdapter) throws RemoteException { in setInCallAdapter() method in InCallServiceFixture.FakeInCallService
DInCallControllerTests.java391 verify(mockInCallService).setInCallAdapter(any(IInCallAdapter.class)); in testBindToService_DefaultDialer_FallBackToSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java914 inCallService.setInCallAdapter( in onConnected()