Home
last modified time | relevance | path

Searched defs:directBootAwareness (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java86 @DirectBootAwareness int directBootAwareness); in getInputMethodList()
93 @DirectBootAwareness int directBootAwareness); in getInputMethodListLegacy()
232 int directBootAwareness) { in getInputMethodList()
245 int directBootAwareness) { in getInputMethodListLegacy()
DZeroJankProxy.java144 int userId, @DirectBootAwareness int directBootAwareness) { in getInputMethodList()
155 int userId, @DirectBootAwareness int directBootAwareness) { in getInputMethodListLegacy()
DInputMethodManagerService.java1625 @DirectBootAwareness int directBootAwareness) { in getInputMethodList()
1676 @DirectBootAwareness int directBootAwareness) { in getInputMethodListLegacy()
1764 @DirectBootAwareness int directBootAwareness, int callingUid) { in getInputMethodListLocked()
5154 @DirectBootAwareness int directBootAwareness) { in queryInputMethodServicesInternal()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl52 InputMethodInfoSafeList getInputMethodList(int userId, int directBootAwareness); in getInputMethodList()
61 List<InputMethodInfo> getInputMethodListLegacy(int userId, int directBootAwareness); in getInputMethodListLegacy()
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java247 @DirectBootAwareness int directBootAwareness) { in getInputMethodList()
DInputMethodManager.java1789 @DirectBootAwareness int directBootAwareness) { in getInputMethodListAsUser()