Searched refs:mLastRetryAction (Results 1 – 1 of 1) sorted by relevance
1173 @Nullable RetryAction mLastRetryAction; field in ErrorPolicyManager.ApnRetryActionStore1230 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()