Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/
H A DConnectivitySubsystemsRecoveryManager.java60 private RecoveryStatusCallback mCurrentRecoveryCallback = null; field in ConnectivitySubsystemsRecoveryManager
81 if (!mTelephonyRestartInProgress || mCurrentRecoveryCallback == null) { in onRadioPowerStateChanged()
217 && mCurrentRecoveryCallback != null) { in checkIfAllSubsystemsRestartsAreDone()
218 mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); in checkIfAllSubsystemsRestartsAreDone()
219 mCurrentRecoveryCallback = null; in checkIfAllSubsystemsRestartsAreDone()
283 mCurrentRecoveryCallback = callback; in triggerSubsystemRestart()
291 if (mCurrentRecoveryCallback != null) { in triggerSubsystemRestart()
292 mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); in triggerSubsystemRestart()
293 mCurrentRecoveryCallback = null; in triggerSubsystemRestart()