Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java200 private Location mFreshLastKnownLocation = null; field in SatelliteAccessController
1015 mFreshLastKnownLocation = getFreshLastKnownLocation(); in executeLocationQuery()
1060 if (mFreshLastKnownLocation != null) { in checkSatelliteAccessRestrictionUsingOnDeviceData()
1063 checkSatelliteAccessRestrictionForLocation(mFreshLastKnownLocation); in checkSatelliteAccessRestrictionUsingOnDeviceData()
1064 mFreshLastKnownLocation = null; in checkSatelliteAccessRestrictionUsingOnDeviceData()
1244 mFreshLastKnownLocation = freshLastKnownLocation; in shouldUseOnDeviceAccessController()
1249 mFreshLastKnownLocation = null; in shouldUseOnDeviceAccessController()