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

  /frameworks/base/location/java/android/location/
INetInitiatedListener.aidl 25 boolean sendNiResponse(int notifId, int userResponse);
ILocationManager.aidl 90 boolean sendNiResponse(int notifId, int userResponse);
LocationManager.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
AdnRecordLoader.java 36 Message userResponse;
78 this.userResponse = response;
96 this.userResponse = response;
122 this.userResponse = response;
264 if (userResponse != null) {
265 AsyncResult.forMessage(userResponse)
267 userResponse.sendToTarget();
270 userResponse = null;
275 if (userResponse != null && pendingExtLoads == 0) {
276 AsyncResult.forMessage(userResponse).resul
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 441 int loc_ni_process_user_response(GpsUserResponseType userResponse)
443 LOGD("NI response from UI: %d", userResponse);
446 switch (userResponse)
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 116 int userResponse;
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]

Completed in 926 milliseconds