Searched defs:DisplayManagerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java72 * The {@link DisplayManagerService} manages the global lifecycle of displays,
104 * type {@link DisplayManagerService.SyncRoot}. Methods that require this lock are
112 public final class DisplayManagerService extends SystemService { class in inherits:SystemService
113 private static final String TAG = "DisplayManagerService";
223 public DisplayManagerService(Context context) { method in class:DisplayManagerService
1003 * We make it an inner class within the {@link DisplayManagerService} to so that it is

Completed in 207 milliseconds