NightDisplayController -> ColorDisplayController
Now that it controls both night display and color mode, the NightDisplayController should reflect its expanded purpose. Bug: 68258004 Test: make RunSettingsRoboTests -j100 Change-Id: If0ad2539b44daf821fdba83b81de1199ad1ecc21
This commit is contained in:
@@ -19,7 +19,7 @@ package com.android.internal.app;
|
||||
* Fake controller to make robolectric test compile. Should be removed when Robolectric supports
|
||||
* API 25.
|
||||
*/
|
||||
public class NightDisplayController {
|
||||
public class ColorDisplayController {
|
||||
|
||||
public static final int AUTO_MODE_DISABLED = 0;
|
||||
public static final int AUTO_MODE_CUSTOM = 1;
|
||||
Reference in New Issue
Block a user