Loading core/java/android/view/inputmethod/InlineSuggestionsRequest.java +2 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,8 @@ public final class InlineSuggestionsRequest implements Parcelable { int flg = in.readInt(); int maxSuggestionCount = in.readInt(); List<InlinePresentationSpec> inlinePresentationSpecs = new ArrayList<>(); in.readParcelableList(inlinePresentationSpecs, InlinePresentationSpec.class.getClassLoader()); in.readParcelableList(inlinePresentationSpecs, InlinePresentationSpec.class.getClassLoader(), InlinePresentationSpec.class); String hostPackageName = in.readString(); LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); Bundle extras = in.readBundle(); Loading Loading
core/java/android/view/inputmethod/InlineSuggestionsRequest.java +2 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,8 @@ public final class InlineSuggestionsRequest implements Parcelable { int flg = in.readInt(); int maxSuggestionCount = in.readInt(); List<InlinePresentationSpec> inlinePresentationSpecs = new ArrayList<>(); in.readParcelableList(inlinePresentationSpecs, InlinePresentationSpec.class.getClassLoader()); in.readParcelableList(inlinePresentationSpecs, InlinePresentationSpec.class.getClassLoader(), InlinePresentationSpec.class); String hostPackageName = in.readString(); LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); Bundle extras = in.readBundle(); Loading