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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java89 public class LocationManagerService extends ILocationManager.Stub implements Runnable { class in inherits:ILocationManager.Stub,Runnable
90 private static final String TAG = "LocationManagerService";
185 public LocationManagerService(Context context) { method in class:LocationManagerService
609 LocationManagerService.this.decrementPendingBroadcasts();
627 LocationManagerService.this.incrementPendingBroadcasts();
633 LocationManagerService.this.decrementPendingBroadcasts();
1445 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");
2006 pw.println("Permission Denial: can't dump LocationManagerService from from pid="

Completed in 1133 milliseconds