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

  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 170 int RIL_REQUEST_GET_IMSI = 11;
RIL.java 873 RILRequest rr = RILRequest.obtain(RIL_REQUEST_GET_IMSI, result);
    [all...]
  /hardware/ril/mock-ril/src/js/
mock_ril.js 238 dispatchTable[RIL_REQUEST_GET_IMSI] = { // 11
simulated_icc.js 167 this.simDispatchTable[RIL_REQUEST_GET_IMSI] = this.rilRequestGetImsi; // 11
ril_vars.js 180 var RIL_REQUEST_GET_IMSI = 11
  /hardware/ril/libril/
ril_commands.h 28 {RIL_REQUEST_GET_IMSI, dispatchVoid, responseString},
ril.cpp     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/ril/mock-ril/src/cpp/
requests.cpp 412 rilReqConversionMap[RIL_REQUEST_GET_IMSI] = ReqWithNoData; // 11
responses.cpp 510 rilRspConversionMap[RIL_REQUEST_GET_IMSI] = RspString; // 11
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 95 milliseconds