Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1257 Location lastKnownLocation = getLastKnownLocation(); in getFreshLastKnownLocation() local
1258 if (lastKnownLocation != null) { in getFreshLastKnownLocation()
1260 getElapsedRealtimeNanos() - lastKnownLocation.getElapsedRealtimeNanos(); in getFreshLastKnownLocation()
1262 return lastKnownLocation; in getFreshLastKnownLocation()