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

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java237 LocationManagerService location = null;
342 location = new LocationManagerService(context);
505 final LocationManagerService locationF = location;
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";
382 LocationManagerService.this.decrementPendingBroadcasts();
399 LocationManagerService.this.incrementPendingBroadcasts();
405 LocationManagerService.this.decrementPendingBroadcasts();
497 * @param context the context that the LocationManagerService runs in
499 public LocationManagerService(Context context) { method in class:LocationManagerService
516 Thread thread = new Thread(null, this, "LocationManagerService");
1328 Slog.e(TAG, "RemoteException in LocationManagerService
[all...]

Completed in 213 milliseconds