Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1066 Location freshLastKnownLocation = getFreshLastKnownLocation(); in checkSatelliteAccessRestrictionUsingOnDeviceData() local
1067 if (freshLastKnownLocation != null) { in checkSatelliteAccessRestrictionUsingOnDeviceData()
1070 checkSatelliteAccessRestrictionForLocation(freshLastKnownLocation); in checkSatelliteAccessRestrictionUsingOnDeviceData()
1241 Location freshLastKnownLocation = getFreshLastKnownLocation(); in shouldUseOnDeviceAccessController() local
1242 if (freshLastKnownLocation != null) { in shouldUseOnDeviceAccessController()
1244 mFreshLastKnownLocation = freshLastKnownLocation; in shouldUseOnDeviceAccessController()