AOD: Ambient display settings to dedicated settings screen

Bug: 33279975
Test: make RunSettingsRoboTests
Change-Id: I5f3ddf3b3abfc989907293b4a47b78568c01cf9b
This commit is contained in:
Adrian Roos
2017-05-25 15:49:35 -07:00
parent 5452b5474f
commit e349ec30d8
14 changed files with 402 additions and 68 deletions

View File

@@ -57,4 +57,12 @@ public class AmbientDisplayConfiguration {
public boolean alwaysOnAvailable() {
return true;
}
public boolean available() {
return true;
}
public boolean enabled(int user) {
return true;
}
}