Searched refs:expectedConfiguration (Results 1 – 4 of 4) sorted by relevance
83 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled() local86 verify(mTimeManager).updateTimeZoneConfiguration(expectedConfiguration); in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled()111 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withFalse_shouldUpdateSetting() local114 verify(mTimeManager).updateTimeZoneConfiguration(expectedConfiguration); in setChecked_withFalse_shouldUpdateSetting()
861 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 …]
1005 final WifiConfiguration expectedConfiguration = new WifiConfiguration(); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey() local1006 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()
186 ConfigurationInternal expectedConfiguration = in testGetCurrentUserConfiguration() local188 assertEquals(expectedConfiguration, in testGetCurrentUserConfiguration()