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

  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 177 int RIL_REQUEST_LAST_CALL_FAIL_CAUSE = 18;
RIL.java     [all...]
  /hardware/ril/mock-ril/src/js/
mock_ril.js 257 dispatchTable[RIL_REQUEST_LAST_CALL_FAIL_CAUSE] = { // 18
ril_vars.js 188 var RIL_REQUEST_LAST_CALL_FAIL_CAUSE = 18
simulated_radio.js 621 * Handle RIL_REQUEST_LAST_CALL_FAIL_CAUSE
    [all...]
  /hardware/ril/libril/
ril_commands.h 35 {RIL_REQUEST_LAST_CALL_FAIL_CAUSE, dispatchVoid, responseInts},
ril.cpp     [all...]
  /hardware/ril/include/telephony/
ril.h 340 /* See RIL_REQUEST_LAST_CALL_FAIL_CAUSE */
    [all...]
  /hardware/ril/mock-ril/src/cpp/
requests.cpp 418 rilReqConversionMap[RIL_REQUEST_LAST_CALL_FAIL_CAUSE] = ReqWithNoData; // 18
responses.cpp 516 rilRspConversionMap[RIL_REQUEST_LAST_CALL_FAIL_CAUSE] = RspIntegers; // 18

Completed in 23 milliseconds