HomeSort by relevance Sort by last modified time
    Searched refs:responseString (Results 1 - 6 of 6) 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},
ril_commands.h 28 {RIL_REQUEST_GET_IMSI, dispatchStrings, 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},
122 {RIL_REQUEST_ISIM_AUTHENTICATION, dispatchString, responseString},
ril.cpp 215 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 

Completed in 32 milliseconds