Searched refs:showBootMsgs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 1190 final boolean showBootMsgs, WindowManagerPolicy policy, in main() argument 1192 final WindowManagerService wms = main(context, im, showBootMsgs, policy, atm, in main() 1205 final boolean showBootMsgs, WindowManagerPolicy policy, ActivityTaskManagerService atm, in main() argument 1211 wms[0] = new WindowManagerService(context, im, showBootMsgs, policy, atm, in main() 1234 boolean showBootMsgs, WindowManagerPolicy policy, ActivityTaskManagerService atm, in WindowManagerService() argument 1244 mAllowBootMessages = showBootMsgs; in WindowManagerService()
|