HomeSort by relevance Sort by last modified time
    Searched refs:LocationManagerService (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/java/com/android/server/location/
LocationBlacklist.java 28 import com.android.server.LocationManagerService;
42 private static final boolean D = LocationManagerService.D;
GeofenceManager.java 40 import com.android.server.LocationManagerService;
44 private static final boolean D = LocationManagerService.D;
267 int op = LocationManagerService.resolutionLevelToOp(state.mAllowedResolutionLevel);
LocationProviderProxy.java 34 import com.android.server.LocationManagerService;
42 private static final boolean D = LocationManagerService.D;
  /frameworks/base/services/java/com/android/server/
SystemServer.java 352 LocationManagerService location = null;
588 location = new LocationManagerService(context);
    [all...]
LocationManagerService.java 93 public class LocationManagerService extends ILocationManager.Stub {
94 private static final String TAG = "LocationManagerService";
196 public LocationManagerService(Context context) {
    [all...]

Completed in 44 milliseconds