Home
last modified time | relevance | path

Searched refs:mRetriesLeftPerErrorCode (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java470 private final SparseIntArray mRetriesLeftPerErrorCode = new SparseIntArray(); field in ApnContext
477 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()