Searched refs:showBootMsgs (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 1102 final boolean showBootMsgs, WindowManagerPolicy policy, in main() argument 1104 return main(context, im, showBootMsgs, policy, atm, new DisplayWindowSettingsProvider(), in main() 1114 final boolean showBootMsgs, WindowManagerPolicy policy, ActivityTaskManagerService atm, in main() argument 1120 wms[0] = new WindowManagerService(context, im, showBootMsgs, policy, atm, in main() 1143 boolean showBootMsgs, WindowManagerPolicy policy, ActivityTaskManagerService atm, in WindowManagerService() argument 1152 mAllowBootMessages = showBootMsgs; in WindowManagerService()
|