Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java1263 .mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos); in testLocationQueryThrottleTimeUpdate()
1276 .mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos); in testLocationQueryThrottleTimeUpdate()
1290 .mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos); in testLocationQueryThrottleTimeUpdate()
1305 .mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos); in testLocationQueryThrottleTimeUpdate()
1335 mSatelliteAccessControllerUT.mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos = in testAllowLocationQueryForSatelliteAllowedCheck()
1340 mSatelliteAccessControllerUT.mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos = in testAllowLocationQueryForSatelliteAllowedCheck()
1346 mSatelliteAccessControllerUT.mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos = in testAllowLocationQueryForSatelliteAllowedCheck()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java383 protected long mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos = 0; field in SatelliteAccessController
2151 if (mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos == 0) { in isLocationQueryThrottled()
2159 if (currentTime - mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos in isLocationQueryThrottled()
2297 mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos = in queryCurrentLocation()
2300 + mLastLocationQueryForPossibleChangeInAllowedRegionTimeNanos); in queryCurrentLocation()