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()
48 private LocationManagerProxy mLocationManagerProxy; field in PerUserCarService85 mLocationManagerProxy = new LocationManagerProxy(this); in onCreate()120 mLocationManagerProxy.dump(pw); in dump()138 return mLocationManagerProxy; in getLocationManagerProxy()