Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java117 mLocationManager = (LocationManager) mService.getSystemService(Context.LOCATION_SERVICE); in LocationFacade()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java96 Context.LOCATION_SERVICE, in map.put() argument
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java48 locationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in setUp()
DShadowApplicationTest.java88 assertThat(context.getSystemService(Context.LOCATION_SERVICE)) in shouldProvideServices()
DShadowContextWrapperTest.java459 assertSameInstanceEveryTime(Context.LOCATION_SERVICE); in shouldReturnSameLocationManagerEveryTime()