Searched defs:sendNiResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationManager.java1582 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManager
1584 return mService.sendNiResponse(notifId, userResponse);
1586 Log.e(TAG, "RemoteException in sendNiResponse: ", e);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1443 public boolean sendNiResponse(int notifId, int userResponse) method in class:LocationManagerService
1447 "calling sendNiResponse from outside of the system is not allowed");
1450 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
1454 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");

Completed in 11 milliseconds