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

/frameworks/base/location/java/android/location/
H A DLocationManager.java2238 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManager
2240 return mService.sendNiResponse(notifId, userResponse);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2019 public boolean sendNiResponse(int notifId, int userResponse) { method in class:LocationManagerService
2022 "calling sendNiResponse from outside of the system is not allowed");
2025 return mNetInitiatedListener.sendNiResponse(notifId, userResponse);
2027 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");

Completed in 35 milliseconds