Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java1122 assertEquals(DataFailCause.NONE, mErrorPolicyManager.getMostRecentDataFailCause()); in testErrorPolicyWithNumAttemptsPerFqdn()
1131 DataFailCause.IWLAN_CONGESTION, mErrorPolicyManager.getMostRecentDataFailCause()); in testErrorPolicyWithNumAttemptsPerFqdn()
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java366 public synchronized int getMostRecentDataFailCause() { in getMostRecentDataFailCause() method in ErrorPolicyManager
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java1358 if (mErrorPolicyManager.getMostRecentDataFailCause() in getValidatedServerList()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java1069 when(mMockErrorPolicyManager.getMostRecentDataFailCause()) in testGetValidatedServerListIpv4OnlyCongestion()