Revert^2 "Migrate to CompoundButton.OnCheckedChangeListener"
8979681a8d
Change-Id: I60edd3aabf49afbe4aa016af780baa68d928bddf
This commit is contained in:
@@ -104,7 +104,7 @@ public class NightDisplayActivationPreferenceControllerTest {
|
||||
|
||||
final NightDisplayActivationPreferenceController controller =
|
||||
new NightDisplayActivationPreferenceController(mContext, "night_display_activated");
|
||||
controller.onSwitchChanged(null, true);
|
||||
controller.onCheckedChanged(null, true);
|
||||
|
||||
assertThat(mColorDisplayManager.isNightDisplayActivated()).isEqualTo(true);
|
||||
}
|
||||
@@ -115,7 +115,7 @@ public class NightDisplayActivationPreferenceControllerTest {
|
||||
|
||||
final NightDisplayActivationPreferenceController controller =
|
||||
new NightDisplayActivationPreferenceController(mContext, "night_display_activated");
|
||||
controller.onSwitchChanged(null, false);
|
||||
controller.onCheckedChanged(null, false);
|
||||
|
||||
assertThat(mColorDisplayManager.isNightDisplayActivated()).isEqualTo(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user