Home
last modified time | relevance | path

Searched defs:expectedConfig (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java321 SoftApConfiguration expectedConfig = configBuilder.setAutoShutdownEnabled(true).build(); in testSoftApConfigRestoreFromVersion5() local
340 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(6); in testSoftApConfigRestoreFromVersion6() local
352 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(7); in testSoftApConfigRestoreFromVersion7() local
365 SoftApConfiguration expectedConfig = generateExpectedSoftApConfigurationWithTestData(8); in testSoftApConfigRestoreFromVersion8() local
DWifiApConfigStoreTest.java312 SoftApConfiguration expectedConfig = setupApConfig( in setNullApConfiguration() local
349 SoftApConfiguration expectedConfig = setupApConfig( in updateApConfiguration() local
388 SoftApConfiguration expectedConfig = setupApConfig( in convertDevice5GhzToAny() local
416 SoftApConfiguration expectedConfig = setupApConfig( in deviceAnyNotConverted() local
442 SoftApConfiguration expectedConfig = setupApConfig( in deviceWithChannelNotConverted() local
470 SoftApConfiguration expectedConfig = setupApConfig( in device5GhzConvertedToAnyAtRetrieval() local
1318 SoftApConfiguration expectedConfig = store.getApConfiguration(); in testForceApBaneChannel() local
DSoftApManagerTest.java2290 SoftApConfiguration expectedConfig, boolean userApprovalNeeded) throws Exception { in startSoftApAndVerifyEnabled()
DClientModeImplTest.java5452 WifiConfiguration expectedConfig = new WifiConfiguration( in verifyNetworkCapabilitiesForSpecificRequestWithInternet() local
5505 WifiConfiguration expectedConfig = new WifiConfiguration( in verifyNetworkCapabilitiesForSpecificRequest() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DConfigParserTest.java127 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFile() local
216 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFileWithUpdateIdentifier() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java149 String expectedConfig = "{\"schema_version\":2,\"restrictions\":[{\"physical_port\":null," in testSaveConfig_WriteStagedFile() local
157 assertEquals(readFile(staged.toPath()), expectedConfig); in testSaveConfig_WriteStagedFile() local
236 CarUxRestrictionsConfiguration expectedConfig = new Builder() in testLoadConfig_SupportsLegacyV1() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java265 PasspointConfiguration expectedConfig = new PasspointConfiguration(); in deserializePasspointConfigurationWithUnknownTag() local
DPasspointProviderTest.java197 private void verifyInstalledConfig(PasspointConfiguration expectedConfig, boolean equals) { in verifyInstalledConfig()
DPasspointManagerTest.java331 private void verifyInstalledConfig(PasspointConfiguration expectedConfig) { in verifyInstalledConfig()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java223 PasspointConfiguration expectedConfig = generateConfigurationFromPPSMOTree(); in parseValidPPSMOTree() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DIpConfigStoreTest.java90 final IpConfiguration expectedConfig = in backwardCompatibility2to3() local
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java454 CarUxRestrictionsConfiguration expectedConfig = new Builder() in testJsonSerialization_ReadsV1() local