Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java620 int APN_COUNT_MAX = 10; in maxApnReached() local
621 return mTunnelSetupSuccessStats.size() >= APN_COUNT_MAX in maxApnReached()
622 || mTunnelSetupFailureCounts.size() >= APN_COUNT_MAX in maxApnReached()
623 || mUnsolTunnelDownCounts.size() >= APN_COUNT_MAX in maxApnReached()
624 || mTunnelUpStats.size() >= APN_COUNT_MAX; in maxApnReached()
DErrorPolicyManager.java1356 private static final int APN_COUNT_MAX = 10; field in ErrorPolicyManager.ErrorStats
1365 if (mStats.size() >= APN_COUNT_MAX || mStatCount >= ERROR_COUNT_MAX) { in update()