Searched refs:mRetriesLeftPerErrorCode (Results 1 – 1 of 1) sorted by relevance
466 private final SparseIntArray mRetriesLeftPerErrorCode = new SparseIntArray(); field in ApnContext473 synchronized (mRetriesLeftPerErrorCode) { in resetErrorCodeRetries()474 mRetriesLeftPerErrorCode.clear(); in resetErrorCodeRetries()489 mRetriesLeftPerErrorCode.put(errorCode, count); in resetErrorCodeRetries()501 synchronized(mRetriesLeftPerErrorCode) { in restartOnError()502 retriesLeft = mRetriesLeftPerErrorCode.get(errorCode); in restartOnError()514 mRetriesLeftPerErrorCode.put(errorCode, retriesLeft - 1); in restartOnError()