Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java54 Location lastSeenLocation; field in ShadowLocationManager.ListenerRegistration
63 this.lastSeenLocation = locationAtCreation; in ListenerRegistration()
438 if(listenerReg.lastSeenLocation != null && location != null) { in simulateLocation()
439 float distanceChange = distanceBetween(location, listenerReg.lastSeenLocation); in simulateLocation()
444 listenerReg.lastSeenLocation = copyOf(location); in simulateLocation()