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.aidl86 boolean sendNiResponse(int notifId, int userResponse);
H A DLocationManager.java1376 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManager
1378 return mService.sendNiResponse(notifId, userResponse);
1380 Log.e(TAG, "RemoteException in sendNiResponse: ", e);
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java124 locationManager.sendNiResponse(notificationId, response);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java161 mGpsLocationProvider.getNetInitiatedListener().sendNiResponse(notif.notificationId, GPS_NI_RESPONSE_ACCEPT);
H A DGpsLocationProvider.java1257 public boolean sendNiResponse(int notificationId, int userResponse)
1263 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1040 public boolean sendNiResponse(int notifId, int userResponse) method in class:LocationManagerService
1044 "calling sendNiResponse from outside of the system is not allowed");
1047 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
1051 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");

Completed in 139 milliseconds