Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java226 WifiConfiguration expectedConfig = setupApConfig( in initWithExistingConfiguration() local
248 WifiConfiguration expectedConfig = setupApConfig( in setNullApConfiguration() local
278 WifiConfiguration expectedConfig = setupApConfig( in updateApConfiguration() local
312 WifiConfiguration expectedConfig = setupApConfig( in convertSingleModeDeviceAnyTo5Ghz() local
338 WifiConfiguration expectedConfig = setupApConfig( in singleModeDevice5GhzNotConverted() local
373 WifiConfiguration expectedConfig = setupApConfig( in convertDualModeDevice5GhzToAny() local
401 WifiConfiguration expectedConfig = setupApConfig( in dualModeDeviceAnyNotConverted() local
428 WifiConfiguration expectedConfig = setupApConfig( in singleModeDeviceAnyConvertedTo5GhzAtRetrieval() local
482 WifiConfiguration expectedConfig = setupApConfig( in dualModeDevice5GhzConvertedToAnyAtRetrieval() local
DSoftApManagerTest.java1123 WifiConfiguration expectedConfig; in startSoftApAndVerifyEnabled() local
/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp82 ResTable_config expectedConfig; in TEST_F() local
102 ResTable_config expectedConfig; in TEST_F() local
126 ResTable_config expectedConfig; in TEST_F() local
/frameworks/base/tools/aapt/tests/
DResourceFilter_test.cpp175 ConfigDescription expectedConfig; in TEST() local
196 ConfigDescription expectedConfig; in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiUtilsTest.java140 List<DeviceConfig> expectedConfig = new ArrayList<>(); in parseSampleXML() local
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DIpConfigStoreTest.java55 IpConfiguration expectedConfig = new IpConfiguration(IpAssignment.DHCP, in backwardCompatibility2to3() local
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DConfigParserTest.java125 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFile() local
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java210 PasspointConfiguration expectedConfig = generateConfigurationFromPPSMOTree(); in parseValidPPSMOTree() local
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java151 final Configuration expectedConfig = new Configuration(); in testUpdateConfigurationUpdatesAllAssetManagers() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java139 private void verifyInstalledConfig(PasspointConfiguration expectedConfig, boolean equals) { in verifyInstalledConfig()
DPasspointManagerTest.java270 private void verifyInstalledConfig(PasspointConfiguration expectedConfig) { in verifyInstalledConfig()