Searched refs:mRetriesLeftPerErrorCode (Results 1 – 1 of 1) sorted by relevance
475 private final SparseIntArray mRetriesLeftPerErrorCode = new SparseIntArray(); field in ApnContext482 synchronized (mRetriesLeftPerErrorCode) { in resetErrorCodeRetries()483 mRetriesLeftPerErrorCode.clear(); in resetErrorCodeRetries()498 mRetriesLeftPerErrorCode.put(errorCode, count); in resetErrorCodeRetries()510 synchronized(mRetriesLeftPerErrorCode) { in restartOnError()511 retriesLeft = mRetriesLeftPerErrorCode.get(errorCode); in restartOnError()523 mRetriesLeftPerErrorCode.put(errorCode, retriesLeft - 1); in restartOnError()