Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java377 when(mWifiLastResortWatchdog.isBssidOnlyApOfSsid(TEST_BSSID_1)).thenReturn(true); in testIgnoreIfOnlyBssid()
378 when(mWifiLastResortWatchdog.isBssidOnlyApOfSsid(TEST_BSSID_2)).thenReturn(false); in testIgnoreIfOnlyBssid()
400 when(mWifiLastResortWatchdog.isBssidOnlyApOfSsid(TEST_BSSID_1)).thenReturn(true); in testIgnoreIfOnlyBssidNotApplicableForSomeFailures()
420 when(mWifiLastResortWatchdog.isBssidOnlyApOfSsid(TEST_BSSID_1)).thenReturn(true); in testFailuresOnDisabledConfigsGetBlocked()
421 when(mWifiLastResortWatchdog.isBssidOnlyApOfSsid(TEST_BSSID_2)).thenReturn(true); in testFailuresOnDisabledConfigsGetBlocked()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java512 && isBssidOnlyApOfSsid(bssid) in shouldIgnoreBssidUpdate()
532 public boolean isBssidOnlyApOfSsid(String bssid) { in isBssidOnlyApOfSsid() method in WifiLastResortWatchdog
DWifiBlocklistMonitor.java557 && mWifiLastResortWatchdog.isBssidOnlyApOfSsid(bssid)) { in handleBssidConnectionFailure()