Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java373 registerService(Context.LOCATION_SERVICE, LocationManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3290 public static final String LOCATION_SERVICE = "location"; field in Context