Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/
H A DConnectivitySubsystemsRecoveryManager.java59 private boolean mTelephonyRestartInProgress = false; field in ConnectivitySubsystemsRecoveryManager
81 if (!mTelephonyRestartInProgress || mCurrentRecoveryCallback == null) { in onRadioPowerStateChanged()
86 mTelephonyRestartInProgress = false; in onRadioPowerStateChanged()
216 if (!mWifiRestartInProgress && !mTelephonyRestartInProgress in checkIfAllSubsystemsRestartsAreDone()
262 if (mTelephonyRestartInProgress) { in triggerSubsystemRestart()
276 mTelephonyRestartInProgress = true; in triggerSubsystemRestart()
290 mTelephonyRestartInProgress = false; in triggerSubsystemRestart()