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.aidl61 boolean sendNiResponse(int notifId, int userResponse);
H A DLocationManager.java1583 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManager
1585 return mService.sendNiResponse(notifId, userResponse);
1587 Log.e(TAG, "RemoteException in sendNiResponse: ", e);
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java142 locationManager.sendNiResponse(notificationId, response);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java164 mLocationManager.sendNiResponse(notif.notificationId, GPS_NI_RESPONSE_ACCEPT);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1437 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManagerService
1440 "calling sendNiResponse from outside of the system is not allowed");
1443 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
1445 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1325 public boolean sendNiResponse(int notificationId, int userResponse)
1329 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +

Completed in 55 milliseconds