Searched refs:getNetworkSelectionDisableThreshold (Results 1 – 2 of 2) sorted by relevance
1421 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(assocRejectReason); in verifyConsistentWatchdogAndSsidBlocklist()1444 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(assocRejectReason); in testNetworkSelectionStatus()1478 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(assocRejectReason); in testNetworkSelectionStatusCurrent()1574 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(reason); in verifyUpdateNetworkSelectionStatus()1692 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(reason); in verifyDisableNetwork()1722 assertEquals(oldThreshold, mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold( in testNetworkSelectionDisableReasonCustomConfigOverride()1736 assertEquals(newThreshold, mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold( in testNetworkSelectionDisableReasonCustomConfigOverride()1768 mWifiBlocklistMonitor.getNetworkSelectionDisableThreshold(i)); in testNetworkSelectionDisableReasonClone()
1318 int disableReasonThreshold = getNetworkSelectionDisableThreshold(reason); in updateNetworkSelectionStatus()1442 public int getNetworkSelectionDisableThreshold(@NetworkSelectionDisableReason int reason) { in getNetworkSelectionDisableThreshold() method in WifiBlocklistMonitor