Searched refs:testRestoreNetworkConfiguration (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 5173 private void testRestoreNetworkConfiguration(int configNum, int batchNum, in testRestoreNetworkConfiguration() method in WifiServiceImplTest 5213 testRestoreNetworkConfiguration(0 /* configNum */, 50 /* batchNum*/, false); in testRestoreNetworksWithBatchOverrideDisallowed() 5214 testRestoreNetworkConfiguration(1 /* configNum */, 50 /* batchNum*/, false); in testRestoreNetworksWithBatchOverrideDisallowed() 5215 testRestoreNetworkConfiguration(20 /* configNum */, 50 /* batchNum*/, false); in testRestoreNetworksWithBatchOverrideDisallowed() 5216 testRestoreNetworkConfiguration(700 /* configNum */, 50 /* batchNum*/, false); in testRestoreNetworksWithBatchOverrideDisallowed() 5217 testRestoreNetworkConfiguration(700 /* configNum */, 0 /* batchNum*/, false); in testRestoreNetworksWithBatchOverrideDisallowed()
|