Searched refs:isBssidOnlyApOfSsid (Results 1 – 3 of 3) sorted by relevance
377 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()
512 && isBssidOnlyApOfSsid(bssid) in shouldIgnoreBssidUpdate()532 public boolean isBssidOnlyApOfSsid(String bssid) { in isBssidOnlyApOfSsid() method in WifiLastResortWatchdog
557 && mWifiLastResortWatchdog.isBssidOnlyApOfSsid(bssid)) { in handleBssidConnectionFailure()