Searched refs:setInCallAdapter (Results 1 – 5 of 5) sorted by relevance
337 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()339 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()361 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()363 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()417 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()419 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()
632 .setInCallAdapter( in startOutgoingPhoneCallWaitForBroadcaster()635 .setInCallAdapter( in startOutgoingPhoneCallWaitForBroadcaster()791 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()793 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()
372 verify(mockInCallService).setInCallAdapter(any(IInCallAdapter.class)); in testBindToService_DefaultDialer_FallBackToSystem()469 verify(mockInCallService).setInCallAdapter(nullable(IInCallAdapter.class)); in testUnbindDueToCallDisconnect()
56 public void setInCallAdapter(IInCallAdapter inCallAdapter) throws RemoteException { in setInCallAdapter() method in InCallServiceFixture.FakeInCallService
1270 inCallService.setInCallAdapter( in onConnected()