Home
last modified time | relevance | path

Searched refs:haveInputMethods (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java640 PowerManagerService pm, boolean haveInputMethods, boolean allowBootMsgs) { in main() argument
641 WMThread thr = new WMThread(context, pm, haveInputMethods, allowBootMsgs); in main()
664 boolean haveInputMethods, boolean allowBootMsgs) { in WMThread() argument
668 mHaveInputMethods = haveInputMethods; in WMThread()
737 boolean haveInputMethods, boolean showBootMsgs) { in WindowManagerService() argument
739 mHaveInputMethods = haveInputMethods; in WindowManagerService()