Searched refs:mRetriesLeftPerErrorCode (Results 1 – 1 of 1) sorted by relevance
470 private final SparseIntArray mRetriesLeftPerErrorCode = new SparseIntArray(); field in ApnContext477 synchronized (mRetriesLeftPerErrorCode) { in resetErrorCodeRetries()478 mRetriesLeftPerErrorCode.clear(); in resetErrorCodeRetries()493 mRetriesLeftPerErrorCode.put(errorCode, count); in resetErrorCodeRetries()505 synchronized(mRetriesLeftPerErrorCode) { in restartOnError()506 retriesLeft = mRetriesLeftPerErrorCode.get(errorCode); in restartOnError()518 mRetriesLeftPerErrorCode.put(errorCode, retriesLeft - 1); in restartOnError()