Searched refs:respondToRttRequest (Results 1 – 6 of 6) sorted by relevance
100 call.respondToRttRequest(true, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onPositiveButtonClick()108 call.respondToRttRequest(false, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onNegativeButtonClick()
213 call.respondToRttRequest(mCallList.getLastRttRequestId(), true); in onCreate()
1130 public void respondToRttRequest(boolean accept, int rttRequestId) { in respondToRttRequest() method in DialerCall1138 getTelecomCall().respondToRttRequest(rttRequestId, accept); in respondToRttRequest()
692 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
3221 mConnectionService.respondToRttRequest( in handleRttRequestResponse()3225 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
1842 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper