Loading services/core/java/com/android/server/UiModeManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -777,6 +777,7 @@ final class UiModeManagerService extends SystemService { pw.print(" "); } pw.println(""); pw.print(" waitScreenOff="); pw.print(mWaitForScreenOff); pw.print(" mComputedNightMode="); pw.print(mComputedNightMode); pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds); pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds); Loading Loading
services/core/java/com/android/server/UiModeManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -777,6 +777,7 @@ final class UiModeManagerService extends SystemService { pw.print(" "); } pw.println(""); pw.print(" waitScreenOff="); pw.print(mWaitForScreenOff); pw.print(" mComputedNightMode="); pw.print(mComputedNightMode); pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds); pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds); Loading