Searched refs:directBootAwareness (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodManager.aidl | 48 List<InputMethodInfo> getInputMethodList(int userId, int directBootAwareness); in getInputMethodList() argument
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IInputMethodManagerGlobalInvoker.java | 237 @DirectBootAwareness int directBootAwareness) { in getInputMethodList() argument 243 return service.getInputMethodList(userId, directBootAwareness); in getInputMethodList()
|
H A D | InputMethodManager.java | 1650 @DirectBootAwareness int directBootAwareness) { in getInputMethodListAsUser() argument 1651 return IInputMethodManagerGlobalInvoker.getInputMethodList(userId, directBootAwareness); in getInputMethodListAsUser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2036 @DirectBootAwareness int directBootAwareness) { in getInputMethodList() argument 2051 resolvedUserIds[0], directBootAwareness, callingUid); in getInputMethodList() 2120 @DirectBootAwareness int directBootAwareness, int callingUid) { in getInputMethodListLocked() argument 2124 && directBootAwareness == DirectBootAwareness.AUTO) { in getInputMethodListLocked() 2135 methodList, directBootAwareness, mSettings.getEnabledInputMethodNames()); in getInputMethodListLocked() 5204 @DirectBootAwareness int directBootAwareness, List<String> enabledInputMethodList) { in queryInputMethodServicesInternal() argument 5213 switch (directBootAwareness) { in queryInputMethodServicesInternal() 5223 Slog.e(TAG, "Unknown directBootAwareness=" + directBootAwareness in queryInputMethodServicesInternal()
|