public static final class DisplayManagerService.SyncRoot
extends Object
This is the object that everything in the display manager locks on.
We make it an inner class within the DisplayManagerService to so that it is
clear that the object belongs to the display manager service and that it is
a unique object with a special purpose.