Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/tests/
H A 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
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
H A DConfigParserTest.java127 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFile() local
216 PasspointConfiguration expectedConfig = generateConfigurationFromProfile(); in parseConfigFileWithUpdateIdentifier() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java291 SoftApConfiguration expectedConfig = setupApConfig( in setNullApConfiguration() local
324 SoftApConfiguration expectedConfig = setupApConfig( in updateApConfiguration() local
363 SoftApConfiguration expectedConfig = setupApConfig( in convertDevice5GhzToAny() local
394 SoftApConfiguration expectedConfig = setupApConfig( in deviceAnyNotConverted() local
423 SoftApConfiguration expectedConfig = setupApConfig( in deviceWithChannelNotConverted() local
454 SoftApConfiguration expectedConfig = setupApConfig( in device5GhzConvertedToAnyAtRetrieval() local
1077 SoftApConfiguration expectedConfig = new SoftApConfiguration.Builder(config5Gonly) in testSanitizePersistentApConfig() local
1107 SoftApConfiguration expectedConfig = store.getApConfiguration(); in testForceApBaneChannel() local
H A DSoftApBackupRestoreTest.java326 SoftApConfiguration expectedConfig = configBuilder.setAutoShutdownEnabled(true).build(); in testSoftApConfigRestoreFromVersion5() local
385 SoftApConfiguration expectedConfig = configBuilder.build(); in testSoftApConfigRestoreFromVersion6() local
411 SoftApConfiguration expectedConfig = configBuilder.build(); in testSoftApConfigRestoreFromVersion7() local
H A DSoftApManagerTest.java1900 SoftApConfiguration expectedConfig) throws Exception { in startSoftApAndVerifyEnabled()
H A DClientModeImplTest.java4416 WifiConfiguration expectedConfig = new WifiConfiguration( in verifyNetworkCapabilitiesForSpecificRequest() local
/aosp12/frameworks/base/tools/aapt/tests/
H A DResourceFilter_test.cpp175 ConfigDescription expectedConfig; in TEST() local
196 ConfigDescription expectedConfig; in TEST() local
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarUxRestrictionsManagerServiceTest.java156 String expectedConfig = "{\"schema_version\":2,\"restrictions\":[{\"physical_port\":null," in testSaveConfig_WriteStagedFile() local
163 assertEquals(readFile(staged.toPath()), expectedConfig); in testSaveConfig_WriteStagedFile() local
225 CarUxRestrictionsConfiguration expectedConfig = new Builder() in testLoadConfig_SupportsLegacyV1() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DControllerImplTest.java1249 @Nullable ConfigurationInternal expectedConfig) { in assertStateEnumAndConfigAndCommit()
1260 @Nullable ConfigurationInternal expectedConfig) { in assertStateEnumAndConfig()
1272 private void assertConfig(@Nullable ConfigurationInternal expectedConfig) { in assertConfig()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/
H A DSoftApConfToXmlMigrationUtilTest.java177 SoftApConfiguration expectedConfig = setupApConfig( in testConversion() local
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/
H A DPpsMoParserTest.java223 PasspointConfiguration expectedConfig = generateConfigurationFromPPSMOTree(); in parseValidPPSMOTree() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DIpConfigStoreTest.java58 final IpConfiguration expectedConfig = in backwardCompatibility2to3() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiUtilsTest.java148 List<DeviceConfig> expectedConfig = new ArrayList<>(); in parseSampleXML() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java171 final Configuration expectedConfig = new Configuration(); in testUpdateConfigurationUpdatesAllAssetManagers() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowProcessControllerTests.java201 final Configuration expectedConfig = mAtm.mRootWindowContainer.getConfiguration(); in testConfigurationForSecondaryScreenDisplayArea() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java247 ConfigurationInternal expectedConfig = new ConfigurationInternal.Builder( in testUpdateConfiguration_restricted() local
283 ConfigurationInternal expectedConfig = in testUpdateConfiguration_autoDetectSupportedGeoNotSupported() local
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarUxRestrictionsConfigurationTest.java409 CarUxRestrictionsConfiguration expectedConfig = new Builder() in testJsonSerialization_ReadsV1() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProviderTest.java190 private void verifyInstalledConfig(PasspointConfiguration expectedConfig, boolean equals) { in verifyInstalledConfig()
H A DPasspointManagerTest.java297 private void verifyInstalledConfig(PasspointConfiguration expectedConfig) { in verifyInstalledConfig()