Searched refs:mCurrentRecoveryCallback (Results 1 – 1 of 1) sorted by relevance
60 private RecoveryStatusCallback mCurrentRecoveryCallback = null; field in ConnectivitySubsystemsRecoveryManager81 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()