Home
last modified time | relevance | path

Searched defs:LocationManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DLocationPermissionChecker.java221 final LocationManager LocationManager = mContext.getSystemService(LocationManager.class); in isLocationModeEnabled() local
/frameworks/base/location/java/android/location/
DLocationManager.java98 public class LocationManager { class
466 public LocationManager(@NonNull Context context, @NonNull ILocationManager service) { in LocationManager() method in LocationManager