Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java234 private boolean mCurrentSatelliteAllowedState = false; field in SatelliteAccessController
345 if (isAllowed != mCurrentSatelliteAllowedState) { in updateCurrentSatelliteAllowedState()
347 + mCurrentSatelliteAllowedState); in updateCurrentSatelliteAllowedState()
348 mCurrentSatelliteAllowedState = isAllowed; in updateCurrentSatelliteAllowedState()
1594 mCurrentSatelliteAllowedState = true; in setIsSatelliteCommunicationAllowedForCurrentLocationCache()
1598 mCurrentSatelliteAllowedState = false; in setIsSatelliteCommunicationAllowedForCurrentLocationCache()