Searched refs:setInCallAdapter (Results 1 – 5 of 5) sorted by relevance
441 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()443 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()470 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()472 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()534 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()536 .setInCallAdapter(any(IInCallAdapter.class)); in testIncomingCallFromBlockedNumberIsRejected()
64 public void setInCallAdapter(IInCallAdapter inCallAdapter) throws RemoteException { in setInCallAdapter() method in InCallServiceFixture.FakeInCallService
822 .setInCallAdapter( in startOutgoingPhoneCallWaitForBroadcaster()825 .setInCallAdapter( in startOutgoingPhoneCallWaitForBroadcaster()1015 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()1017 .setInCallAdapter(any(IInCallAdapter.class)); in startIncomingPhoneCall()
881 verify(mockInCallService).setInCallAdapter(any(IInCallAdapter.class)); in testBindToService_DefaultDialer_FallBackToSystem()1291 verify(mockInCallService).setInCallAdapter(nullable(IInCallAdapter.class)); in testUnbindDueToCallDisconnect()1643 verify(mockInCallService).setInCallAdapter(nullable(IInCallAdapter.class)); in testBindingFuture()1735 verify(mockInCallService).setInCallAdapter(any(IInCallAdapter.class)); in testBindToService_SelfManagedNoCarModeUI()
2563 inCallService.setInCallAdapter( in onConnected()