Searched refs:getRepeatedNudFailuresThreshold (Results 1 – 3 of 3) sorted by relevance
391 public int getRepeatedNudFailuresThreshold() { in getRepeatedNudFailuresThreshold() method in WifiGlobals
4101 if (mNudFailureCounter.second >= mWifiGlobals.getRepeatedNudFailuresThreshold()) { in processIpReachabilityFailure()
709 when(mWifiGlobals.getRepeatedNudFailuresThreshold()).thenReturn(Integer.MAX_VALUE); in setUp()7650 when(mWifiGlobals.getRepeatedNudFailuresThreshold()).thenReturn(failureThreshold); in testRepeatedIpReachabilityFailureDisableNetwork()