Loading services/autofill/java/com/android/server/autofill/Session.java +1 −0 Original line number Diff line number Diff line Loading @@ -1400,6 +1400,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState * the current values of all fields in the screen. */ if (saveInfo == null) { if (sVerbose) Slog.w(TAG, "showSaveLocked(): no saveInfo from service"); return true; } Loading Loading
services/autofill/java/com/android/server/autofill/Session.java +1 −0 Original line number Diff line number Diff line Loading @@ -1400,6 +1400,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState * the current values of all fields in the screen. */ if (saveInfo == null) { if (sVerbose) Slog.w(TAG, "showSaveLocked(): no saveInfo from service"); return true; } Loading