Loading core/api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2736,6 +2736,7 @@ package android.view.inputmethod { public final class InputMethodManager { method public int getDisplayId(); method @NonNull @RequiresPermission(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public java.util.List<android.view.inputmethod.InputMethodInfo> getInputMethodListAsUser(int); method public boolean hasActiveInputConnection(@Nullable android.view.View); method public boolean isInputMethodPickerShown(); } Loading core/java/android/view/inputmethod/InputMethodManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1308,7 +1308,9 @@ public final class InputMethodManager { * @return {@link List} of {@link InputMethodInfo}. * @hide */ @TestApi @RequiresPermission(INTERACT_ACROSS_USERS_FULL) @NonNull public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { try { final Completable.InputMethodInfoList value = Completable.createInputMethodInfoList(); Loading Loading
core/api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -2736,6 +2736,7 @@ package android.view.inputmethod { public final class InputMethodManager { method public int getDisplayId(); method @NonNull @RequiresPermission(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public java.util.List<android.view.inputmethod.InputMethodInfo> getInputMethodListAsUser(int); method public boolean hasActiveInputConnection(@Nullable android.view.View); method public boolean isInputMethodPickerShown(); } Loading
core/java/android/view/inputmethod/InputMethodManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1308,7 +1308,9 @@ public final class InputMethodManager { * @return {@link List} of {@link InputMethodInfo}. * @hide */ @TestApi @RequiresPermission(INTERACT_ACROSS_USERS_FULL) @NonNull public List<InputMethodInfo> getInputMethodListAsUser(@UserIdInt int userId) { try { final Completable.InputMethodInfoList value = Completable.createInputMethodInfoList(); Loading