Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java622 public int getNetworkNotFoundEventThreshold() { in getNetworkNotFoundEventThreshold() method in WifiGlobals
DClientModeImpl.java6104 >= mWifiGlobals.getNetworkNotFoundEventThreshold() in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java750 when(mWifiGlobals.getNetworkNotFoundEventThreshold()).thenReturn(3); in setUp()
8591 for (int i = 0; i < mWifiGlobals.getNetworkNotFoundEventThreshold(); i++) { in testNetworkNotFoundEventUpdatesAssociationFailureStatus()