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

/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java55 * The {@link DisplayManagerService} manages the global lifecycle of displays,
87 * type {@link DisplayManagerService.SyncRoot}. Methods that require this lock are
95 public final class DisplayManagerService extends IDisplayManager.Stub { class in inherits:IDisplayManager.Stub
96 private static final String TAG = "DisplayManagerService";
199 public DisplayManagerService(Context context, Handler mainHandler) { method in class:DisplayManagerService
1147 * We make it an inner class within the {@link DisplayManagerService} to so that it is

Completed in 62 milliseconds