Home
last modified time | relevance | path

Searched refs:LOCATION_SERVICE (Results 1 – 3 of 3) sorted by relevance

/core/core/src/androidTest/java/androidx/core/location/
DLocationManagerCompatTest.java57 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
/core/core/src/main/java/androidx/core/content/
DContextCompat.java43 import static android.content.Context.LOCATION_SERVICE;
1029 SERVICES.put(LocationManager.class, LOCATION_SERVICE); in SERVICES.put() argument
/core/core/src/androidTest/java/androidx/core/content/
DContextCompatTest.java42 import static android.content.Context.LOCATION_SERVICE;
234 assertEquals(LOCATION_SERVICE, in getSystemServiceName()