Searched defs:userResponse (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAdnRecordLoader.java37 Message userResponse; field in class:AdnRecordLoader
77 this.userResponse = response;
95 this.userResponse = response;
121 this.userResponse = response;
263 if (userResponse != null) {
264 AsyncResult.forMessage(userResponse)
266 userResponse.sendToTarget();
269 userResponse = null;
274 if (userResponse != null && pendingExtLoads == 0) {
275 AsyncResult.forMessage(userResponse)
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java116 int userResponse; field in class:GpsNetInitiatedHandler.GpsNiResponse
/frameworks/base/location/java/android/location/
H A DLocationManager.java1583 public boolean sendNiResponse(int notifId, int userResponse) { argument
1585 return mService.sendNiResponse(notifId, userResponse);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1437 public boolean sendNiResponse(int notifId, int userResponse) { argument
1443 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1325 public boolean sendNiResponse(int notificationId, int userResponse)
1330 ", response: " + userResponse);
1331 native_send_ni_response(notificationId, userResponse);
1640 private native void native_send_ni_response(int notificationId, int userResponse); argument

Completed in 216 milliseconds