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

/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java107 public class LocationManagerService extends ILocationManager.Stub { class in inherits:ILocationManager.Stub
108 private static final String TAG = "LocationManagerService";
216 public LocationManagerService(Context context) { method in class:LocationManagerService
1929 Slog.e(TAG, "RemoteException in LocationManagerService.sendNiResponse");
2530 pw.println("Permission Denial: can't dump LocationManagerService from from pid="
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java40 import com.android.server.LocationManagerService;
44 private static final boolean D = LocationManagerService.D;
267 int op = LocationManagerService.resolutionLevelToOp(state.mAllowedResolutionLevel);
H A DLocationBlacklist.java28 import com.android.server.LocationManagerService;
42 private static final boolean D = LocationManagerService.D;
H A DLocationProviderProxy.java33 import com.android.server.LocationManagerService;
41 private static final boolean D = LocationManagerService.D;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java520 LocationManagerService location = null;
748 location = new LocationManagerService(context);
1046 final LocationManagerService locationF = location;

Completed in 173 milliseconds