Searched defs:LocationManager (Results 1 – 3 of 3) sorted by relevance
29 public class LocationManager { class34 public LocationManager(Context context, boolean NoOpLocationProvider) { in LocationManager() method in LocationManager
28 public class LocationManager { class46 public LocationManager(Context context, Listener listener) { in LocationManager() method in LocationManager
225 final LocationManager LocationManager = mContext.getSystemService(LocationManager.class); in isLocationModeEnabled() local