Loading services/autofill/java/com/android/server/autofill/Session.java +1 −10 Original line number Diff line number Diff line Loading @@ -1965,15 +1965,6 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } } } final AutofillId[] fieldClassificationIds = lastResponse.getFieldClassificationIds(); if (!hasAtLeastOneDataset && fieldClassificationIds == null) { if (sVerbose) { Slog.v(TAG, "logContextCommittedLocked(): skipped (no datasets nor fields " + "classification ids)"); } return; } for (int i = 0; i < mViewStates.size(); i++) { final ViewState viewState = mViewStates.valueAt(i); Loading Loading @@ -2022,6 +2013,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } continue; } // Check if value match a dataset. if (hasAtLeastOneDataset) { for (int j = 0; j < responseCount; j++) { Loading Loading @@ -2078,7 +2070,6 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } // else } // for j } } // else } // else } Loading Loading
services/autofill/java/com/android/server/autofill/Session.java +1 −10 Original line number Diff line number Diff line Loading @@ -1965,15 +1965,6 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } } } final AutofillId[] fieldClassificationIds = lastResponse.getFieldClassificationIds(); if (!hasAtLeastOneDataset && fieldClassificationIds == null) { if (sVerbose) { Slog.v(TAG, "logContextCommittedLocked(): skipped (no datasets nor fields " + "classification ids)"); } return; } for (int i = 0; i < mViewStates.size(); i++) { final ViewState viewState = mViewStates.valueAt(i); Loading Loading @@ -2022,6 +2013,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } continue; } // Check if value match a dataset. if (hasAtLeastOneDataset) { for (int j = 0; j < responseCount; j++) { Loading Loading @@ -2078,7 +2070,6 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState } // else } // for j } } // else } // else } Loading