Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java1173 @Nullable RetryAction mLastRetryAction; field in ErrorPolicyManager.ApnRetryActionStore
1230 mLastRetryAction = newRetryAction; in generateRetryAction()
1248 mLastRetryAction = newRetryAction; in generateRetryAction()
1277 mLastRetryAction != null && mLastRetryAction.errorPolicy().canUnthrottle(event); in handleUnthrottlingEvent()
1279 mLastRetryAction = null; in handleUnthrottlingEvent()
1292 return mLastRetryAction; in getLastRetryAction()