Searched refs:mErrorRecoveryRetryCounter (Results 1 – 1 of 1) sorted by relevance
203 private int mErrorRecoveryRetryCounter; field in BluetoothManagerService382 mErrorRecoveryRetryCounter = 0; in BluetoothManagerService()1720 if (mErrorRecoveryRetryCounter != 0) { in handleMessage()1722 mErrorRecoveryRetryCounter = 0; in handleMessage()2226 if (mErrorRecoveryRetryCounter++ < MAX_ERROR_RESTART_RETRIES) { in recoverBluetoothServiceFromError()