HomeSort by relevance Sort by last modified time
    Searched refs:commandResponse (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_stk.cpp 51 std::string commandResponse = "";
53 radio->sendTerminalResponseToSim(serial, commandResponse);
radio_hidl_hal_utils_v1_0.h 221 const ::android::hardware::hidl_string& commandResponse);
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 195 String commandResponse = getDevice().executeShellCommand(command);
196 assertTrue(commandResponse, commandResponse.contains("Success"));
  /hardware/interfaces/radio/1.0/
IRadio.hal 797 * @param commandResponse SAT/USAT response in hexadecimal format string starting with
802 oneway sendTerminalResponseToSim(int32_t serial, string commandResponse);
    [all...]
IRadioResponse.hal     [all...]
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_utils_v1_1.h 222 const ::android::hardware::hidl_string& commandResponse);
  /hardware/interfaces/radio/1.2/default/
Radio.h 140 const hidl_string& commandResponse) override;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioResponse.java 685 * @param commandResponse SAT/USAT response in hexadecimal format
688 public void sendEnvelopeResponse(RadioResponseInfo responseInfo, String commandResponse) {
689 responseString(responseInfo, commandResponse);
    [all...]
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_utils_v1_2.h 221 const ::android::hardware::hidl_string& commandResponse);
  /hardware/ril/libril/
ril_service.cpp 293 const ::android::hardware::hidl_string& commandResponse);
    [all...]

Completed in 87 milliseconds