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