Searched refs:mLocationManagerProxy (Results 1 – 2 of 2) sorted by relevance
42 private LocationManagerProxy mLocationManagerProxy; field in LocationManagerProxyTest53 mLocationManagerProxy = new LocationManagerProxy(mMockContext); in setUp()59 mLocationManagerProxy.injectLocation(location); in testLocationManagerProxyCanInjectLocation()68 Location locationFromProxy = mLocationManagerProxy in testLocationManagerProxyCanGetLastKnownLocation()76 assertThat(mLocationManagerProxy.isLocationEnabled()).isTrue(); in testLocationManagerProxyCanCheckIfLocationIsEnabled()79 assertThat(mLocationManagerProxy.isLocationEnabled()).isFalse(); in testLocationManagerProxyCanCheckIfLocationIsEnabled()
49 private LocationManagerProxy mLocationManagerProxy; field in PerUserCarServiceImpl77 mLocationManagerProxy = new LocationManagerProxy(this); in onCreate()99 mLocationManagerProxy.dump(pw); in dump()117 return mLocationManagerProxy; in getLocationManagerProxy()