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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DAdnRecordLoader.java36 Message userResponse; field in class:AdnRecordLoader
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)
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java112 int userResponse; field in class:GpsNetInitiatedHandler.GpsNiResponse
H A DGpsLocationProvider.java1257 public boolean sendNiResponse(int notificationId, int userResponse)
1264 ", response: " + userResponse);
1266 native_send_ni_response(notificationId, userResponse);
1470 private native void native_send_ni_response(int notificationId, int userResponse); argument
/frameworks/base/location/java/android/location/
H A DLocationManager.java1376 public boolean sendNiResponse(int notifId, int userResponse) { argument
1378 return mService.sendNiResponse(notifId, userResponse);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1040 public boolean sendNiResponse(int notifId, int userResponse) argument
1047 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);

Completed in 332 milliseconds