Home
last modified time | relevance | path

Searched refs:expectedConfiguration (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
H A DLocationTimeZoneDetectionPreferenceControllerTest.java83 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled() local
86 verify(mTimeManager).updateTimeZoneConfiguration(expectedConfiguration); in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled()
111 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withFalse_shouldUpdateSetting() local
114 verify(mTimeManager).updateTimeZoneConfiguration(expectedConfiguration); in setChecked_withFalse_shouldUpdateSetting()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java861 for (WifiConfiguration expectedConfiguration : expected) { in assertConfigurationsEqual()
862 String expectedConfigKey = expectedConfiguration.getProfileKey(); in assertConfigurationsEqual()
947 for (WifiConfiguration expectedConfiguration : expected) { in assertConfigurationsEqualForBackup()
948 String expectedConfigKey = expectedConfiguration.getProfileKey(); in assertConfigurationsEqualForBackup()
954 expectedConfiguration, actualConfiguration); in assertConfigurationsEqualForBackup()
970 for (WifiConfiguration expectedConfiguration : expected) { in assertConfigurationsEqualForConfigManagerAddOrUpdate()
971 String expectedConfigKey = expectedConfiguration.getProfileKey(); in assertConfigurationsEqualForConfigManagerAddOrUpdate()
977 expectedConfiguration, actualConfiguration); in assertConfigurationsEqualForConfigManagerAddOrUpdate()
992 for (WifiConfiguration expectedConfiguration : expected) { in assertConfigurationsEqualForConfigStore()
993 String expectedConfigKey = expectedConfiguration.getProfileKey(); in assertConfigurationsEqualForConfigStore()
[all …]
H A DWifiBackupRestoreTest.java1005 final WifiConfiguration expectedConfiguration = new WifiConfiguration(); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey() local
1006 expectedConfiguration.SSID = WifiConfigurationTestUtil.TEST_SSID; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
1007 expectedConfiguration.preSharedKey = WifiConfigurationTestUtil.TEST_PSK; in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
1008 expectedConfiguration.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
1011 add(expectedConfiguration); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java186 ConfigurationInternal expectedConfiguration = in testGetCurrentUserConfiguration() local
188 assertEquals(expectedConfiguration, in testGetCurrentUserConfiguration()