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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java90 public class LocationManagerService extends ILocationManager.Stub implements Runnable { class in inherits:ILocationManager.Stub,Runnable
91 private static final String TAG = "LocationManagerService";
136 private final static String WAKELOCK_KEY = "LocationManagerService";
386 LocationManagerService.this.decrementPendingBroadcasts();
403 LocationManagerService.this.incrementPendingBroadcasts();
409 LocationManagerService.this.decrementPendingBroadcasts();
504 * @param context the context that the LocationManagerService runs in
506 public LocationManagerService(Context context) { method in class:LocationManagerService
523 Thread thread = new Thread(null, this, "LocationManagerService");
1357 Slog.e(TAG, "RemoteException in LocationManagerService
[all...]

Completed in 48 milliseconds