Loading services/autofill/java/com/android/server/autofill/AutoFillManagerServiceImpl.java +5 −1 Original line number Diff line number Diff line Loading @@ -552,6 +552,11 @@ final class AutoFillManagerServiceImpl { Slog.wtf(TAG, "showSaveLocked(): no mStructure"); return; } if (mCurrentResponse == null) { // Happens when the activity / session was finished before the service replied. Slog.d(TAG, "showSaveLocked(): no mCurrentResponse yet"); return; } final ArraySet<AutoFillId> savableIds = mCurrentResponse.getSavableIds(); if (VERBOSE) Slog.v(TAG, "showSaveLocked(): savableIds=" + savableIds); Loading @@ -573,7 +578,6 @@ final class AutoFillManagerServiceImpl { Slog.d(TAG, "finishSessionLocked(): found a change on " + id + ": " + state.mAutoFillValue); } mUi.showSaveUi(); return; } Loading Loading
services/autofill/java/com/android/server/autofill/AutoFillManagerServiceImpl.java +5 −1 Original line number Diff line number Diff line Loading @@ -552,6 +552,11 @@ final class AutoFillManagerServiceImpl { Slog.wtf(TAG, "showSaveLocked(): no mStructure"); return; } if (mCurrentResponse == null) { // Happens when the activity / session was finished before the service replied. Slog.d(TAG, "showSaveLocked(): no mCurrentResponse yet"); return; } final ArraySet<AutoFillId> savableIds = mCurrentResponse.getSavableIds(); if (VERBOSE) Slog.v(TAG, "showSaveLocked(): savableIds=" + savableIds); Loading @@ -573,7 +578,6 @@ final class AutoFillManagerServiceImpl { Slog.d(TAG, "finishSessionLocked(): found a change on " + id + ": " + state.mAutoFillValue); } mUi.showSaveUi(); return; } Loading