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

  /hardware/ril/libril/
ril_unsol_commands.h 20 {RIL_UNSOL_RESPONSE_NEW_SMS, responseString, WAKE_PARTIAL},
21 {RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT, responseString, WAKE_PARTIAL},
25 {RIL_UNSOL_NITZ_TIME_RECEIVED, responseString, WAKE_PARTIAL},
30 {RIL_UNSOL_STK_PROACTIVE_COMMAND, responseString, WAKE_PARTIAL},
31 {RIL_UNSOL_STK_EVENT_NOTIFY, responseString, WAKE_PARTIAL},
38 {RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS, responseString, WAKE_PARTIAL},
ril_commands.h 28 {RIL_REQUEST_GET_IMSI, dispatchVoid, responseString},
55 {RIL_REQUEST_GET_IMEI, dispatchVoid, responseString},
56 {RIL_REQUEST_GET_IMEISV, dispatchVoid, responseString},
68 {RIL_REQUEST_BASEBAND_VERSION, dispatchVoid, responseString},
84 {RIL_REQUEST_STK_GET_PROFILE, dispatchVoid, responseString},
86 {RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND, dispatchString, responseString},
117 {RIL_REQUEST_GET_SMSC_ADDRESS, dispatchVoid, responseString},
ril.cpp 212 static int responseString(Parcel &p, void *response, size_t responselen);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 746 * @param responseString --
751 public Response createResponse(String responseString)
753 if (responseString == null)
758 SIPMessage sipMessage = smp.parseSIPMessage(responseString);
761 throw new ParseException(responseString, 0);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 35 milliseconds