Searched refs:getLastKnownLocation (Results 1 – 3 of 3) sorted by relevance
161 public Map<String, Location> getLastKnownLocation() { in getLastKnownLocation() method in LocationFacade164 location.put(provider, mLocationManager.getLastKnownLocation(provider)); in getLastKnownLocation()
133 assertNull(locationManager.getLastKnownLocation(NETWORK_PROVIDER)); in shouldReturnLastKnownLocationForAProvider()141 assertSame(locationManager.getLastKnownLocation(NETWORK_PROVIDER), networkLocation); in shouldReturnLastKnownLocationForAProvider()142 assertSame(locationManager.getLastKnownLocation(GPS_PROVIDER), gpsLocation); in shouldReturnLastKnownLocationForAProvider()
152 protected Location getLastKnownLocation(String provider) { in getLastKnownLocation() method in ShadowLocationManager260 minTime, minDistance, copyOf(getLastKnownLocation(provider)), listener)); in addLocationListener()