Searched refs:sendNiResponse (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/location/java/android/location/
H A DINetInitiatedListener.aidl25 boolean sendNiResponse(int notifId, int userResponse);
H A DILocationManager.aidl90 boolean sendNiResponse(int notifId, int userResponse);
H A DLocationManager.java1440 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManager
1442 return mService.sendNiResponse(notifId, userResponse);
1444 Log.e(TAG, "RemoteException in sendNiResponse: ", e);
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java119 locationManager.sendNiResponse(notificationId, response);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java161 mLocationManager.sendNiResponse(notif.notificationId, GPS_NI_RESPONSE_ACCEPT);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1317 public boolean sendNiResponse(int notifId, int userResponse) method in class:LocationManagerService
1321 "calling sendNiResponse from outside of the system is not allowed");
1324 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
1328 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1323 public boolean sendNiResponse(int notificationId, int userResponse)
1329 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +

Completed in 1050 milliseconds