Searched refs:TEST_WIFI_CONFIGURATION_LIST (Results 1 – 1 of 1) sorted by relevance
177 private static final List<WifiConfiguration> TEST_WIFI_CONFIGURATION_LIST = Arrays.asList( field in WifiServiceImplTest1241 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testConfiguredNetworkListAreEmptyFromAppWithoutPermission()1260 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testConfiguredNetworkListAreEmptyOnSecurityException()1279 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testConfiguredNetworkListAreVisibleFromPermittedApp()1291 TEST_WIFI_CONFIGURATION_LIST, configs.getList()); in testConfiguredNetworkListAreVisibleFromPermittedApp()1303 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testPrivilegedConfiguredNetworkListAreEmptyFromAppWithoutPermission()1321 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testPrivilegedConfiguredNetworkListAreEmptyOnSecurityException()1340 .thenReturn(TEST_WIFI_CONFIGURATION_LIST); in testPrivilegedConfiguredNetworkListAreVisibleFromPermittedApp()1348 TEST_WIFI_CONFIGURATION_LIST, configs.getList()); in testPrivilegedConfiguredNetworkListAreVisibleFromPermittedApp()