Searched refs:getFailureReasonsForSsid (Results 1 – 4 of 4) sorted by relevance
1389 mWifiBlocklistMonitor.getFailureReasonsForSsid(null).size(); in testGetFailureReasonsForSsid()1390 assertEquals(0, mWifiBlocklistMonitor.getFailureReasonsForSsid(TEST_SSID_1).size()); in testGetFailureReasonsForSsid()1396 assertEquals(2, mWifiBlocklistMonitor.getFailureReasonsForSsid(TEST_SSID_1).size()); in testGetFailureReasonsForSsid()1397 assertTrue(mWifiBlocklistMonitor.getFailureReasonsForSsid(TEST_SSID_1) in testGetFailureReasonsForSsid()1399 assertTrue(mWifiBlocklistMonitor.getFailureReasonsForSsid(TEST_SSID_1) in testGetFailureReasonsForSsid()
3009 when(mWifiBlocklistMonitor.getFailureReasonsForSsid(anyString())) in testNetworkDisableReasonInUserActionEvent()
817 public Set<Integer> getFailureReasonsForSsid(@NonNull String ssid) { in getFailureReasonsForSsid() method in WifiBlocklistMonitor
1037 config, mWifiBlocklistMonitor.getFailureReasonsForSsid(config.SSID)); in UserActionEventWithTime()