Home
last modified time | relevance | path

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

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