Loading services/autofill/java/com/android/server/autofill/Session.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -569,12 +569,13 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState @GuardedBy("mLock") @GuardedBy("mLock") private void requestNewFillResponseLocked(@NonNull ViewState viewState, int newState, private void requestNewFillResponseLocked(@NonNull ViewState viewState, int newState, int flags) { int flags) { if (mForAugmentedAutofillOnly) { if (mForAugmentedAutofillOnly || mRemoteFillService == null) { if (sVerbose) { if (sVerbose) { Slog.v(TAG, "requestNewFillResponse(): triggering augmented autofill instead " Slog.v(TAG, "requestNewFillResponse(): triggering augmented autofill instead " + "(mForAugmentedAutofillOnly=" + mForAugmentedAutofillOnly + "(mForAugmentedAutofillOnly=" + mForAugmentedAutofillOnly + ", flags=" + flags + ")"); + ", flags=" + flags + ")"); } } mForAugmentedAutofillOnly = true; triggerAugmentedAutofillLocked(); triggerAugmentedAutofillLocked(); return; return; } } Loading Loading
services/autofill/java/com/android/server/autofill/Session.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -569,12 +569,13 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState @GuardedBy("mLock") @GuardedBy("mLock") private void requestNewFillResponseLocked(@NonNull ViewState viewState, int newState, private void requestNewFillResponseLocked(@NonNull ViewState viewState, int newState, int flags) { int flags) { if (mForAugmentedAutofillOnly) { if (mForAugmentedAutofillOnly || mRemoteFillService == null) { if (sVerbose) { if (sVerbose) { Slog.v(TAG, "requestNewFillResponse(): triggering augmented autofill instead " Slog.v(TAG, "requestNewFillResponse(): triggering augmented autofill instead " + "(mForAugmentedAutofillOnly=" + mForAugmentedAutofillOnly + "(mForAugmentedAutofillOnly=" + mForAugmentedAutofillOnly + ", flags=" + flags + ")"); + ", flags=" + flags + ")"); } } mForAugmentedAutofillOnly = true; triggerAugmentedAutofillLocked(); triggerAugmentedAutofillLocked(); return; return; } } Loading