Loading core/java/com/android/internal/inputmethod/InputMethodUtils.java +0 −5 Original line number Diff line number Diff line Loading @@ -125,11 +125,6 @@ public class InputMethodUtils { } // ---------------------------------------------------------------------- @Deprecated public static boolean isSystemIme(@NonNull InputMethodInfo inputMethod) { return inputMethod.isSystem(); } public static boolean isSystemImeThatHasSubtypeOf(final InputMethodInfo imi, final Context context, final boolean checkDefaultAttribute, @Nullable final Locale requiredLocale, final boolean checkCountry, Loading Loading
core/java/com/android/internal/inputmethod/InputMethodUtils.java +0 −5 Original line number Diff line number Diff line Loading @@ -125,11 +125,6 @@ public class InputMethodUtils { } // ---------------------------------------------------------------------- @Deprecated public static boolean isSystemIme(@NonNull InputMethodInfo inputMethod) { return inputMethod.isSystem(); } public static boolean isSystemImeThatHasSubtypeOf(final InputMethodInfo imi, final Context context, final boolean checkDefaultAttribute, @Nullable final Locale requiredLocale, final boolean checkCountry, Loading