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

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

Completed in 89 milliseconds