Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/
H A DConnectivitySubsystemsRecoveryManager.java62 private RecoveryStatusCallback mCurrentRecoveryCallback = null; field in ConnectivitySubsystemsRecoveryManager
83 if (!mTelephonyRestartInProgress || mCurrentRecoveryCallback == null) { in onRadioPowerStateChanged()
227 && mCurrentRecoveryCallback != null) { in checkIfAllSubsystemsRestartsAreDone()
228 mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); in checkIfAllSubsystemsRestartsAreDone()
229 mCurrentRecoveryCallback = null; in checkIfAllSubsystemsRestartsAreDone()
293 mCurrentRecoveryCallback = callback; in triggerSubsystemRestart()
301 if (mCurrentRecoveryCallback != null) { in triggerSubsystemRestart()
302 mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); in triggerSubsystemRestart()
303 mCurrentRecoveryCallback = null; in triggerSubsystemRestart()