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

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
promptforbugortitle.py 37 user_response = self._tool.user.prompt("Please enter a bug number or a title for a new bug:\n")
41 state["bug_id"] = int(user_response)
43 state["bug_title"] = user_response
45 state["bug_description"] = user_response
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.h 48 extern void loc_eng_ni_respond(int notif_id, GpsUserResponseType user_response);
loc_eng_ni.cpp 599 void loc_eng_ni_respond(int notif_id, GpsUserResponseType user_response)
603 LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id);
604 loc_ni_process_user_response(user_response);
607 notif_id, user_response);
  /hardware/libhardware/include/hardware/
gps.h 603 void (*respond) (int notif_id, GpsUserResponseType user_response);
  /hardware/ril/include/telephony/
ril_cdma_sms.h 768 RIL_CDMA_SMS_UserResponse user_response; member in struct:__anon9739

Completed in 772 milliseconds