Home
last modified time | relevance | path

Searched refs:sendMessageResponse (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java102 static void sendMessageResponse(Message msg, Object ret) { in sendMessageResponse() method in RadioResponse
367 sendMessageResponse(rr.mResult, voiceRegResponse); in getVoiceRegistrationStateResponse()
384 sendMessageResponse(rr.mResult, voiceRegResponse); in getVoiceRegistrationStateResponse_1_2()
415 sendMessageResponse(rr.mResult, voiceRegResponse); in getVoiceRegistrationStateResponse_1_5()
431 sendMessageResponse(rr.mResult, voiceRegResponse); in getVoiceRegistrationStateResponse_1_6()
448 sendMessageResponse(rr.mResult, dataRegResponse); in getDataRegistrationStateResponse()
465 sendMessageResponse(rr.mResult, dataRegResponse); in getDataRegistrationStateResponse_1_2()
482 sendMessageResponse(rr.mResult, dataRegResponse); in getDataRegistrationStateResponse_1_4()
513 sendMessageResponse(rr.mResult, dataRegResponse); in getDataRegistrationStateResponse_1_5()
530 sendMessageResponse(rr.mResult, dataRegResponse); in getDataRegistrationStateResponse_1_6()
[all …]
DRadioConfigResponse.java70 RadioResponse.sendMessageResponse(rr.mResult, ret); in getSimSlotsStatusResponse()
96 RadioResponse.sendMessageResponse(rr.mResult, ret); in getSimSlotsStatusResponse_1_2()
119 RadioResponse.sendMessageResponse(rr.mResult, null); in setSimSlotsMappingResponse()
160 RadioResponse.sendMessageResponse(rr.mResult, ret); in getPhoneCapabilityResponse()
183 RadioResponse.sendMessageResponse(rr.mResult, null); in setPreferredDataModemResponse()
207 RadioResponse.sendMessageResponse(rr.mResult, rr.mRequest); in setModemsConfigResponse()
230 RadioResponse.sendMessageResponse(rr.mResult, modemsConfig); in getModemsConfigResponse()
262 RadioResponse.sendMessageResponse(rr.mResult, ret); in getHalDeviceCapabilitiesResponse()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1963 sendMessageResponse(response, null); in requestIccSimAuthentication()
1968 sendMessageResponse(response, null); in requestIccSimAuthentication()
1970 sendMessageResponse(response, new IccIoResult(0, 0, (byte[]) data.getBytes())); in requestIccSimAuthentication()
1981 private void sendMessageResponse(Message msg, Object ret) { in sendMessageResponse() method in SimulatedCommands