diff options
| -rw-r--r-- | core/java/android/view/autofill/AutofillStateFingerprint.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/view/autofill/AutofillStateFingerprint.java b/core/java/android/view/autofill/AutofillStateFingerprint.java index 2db4285f0820..7f3858e842ed 100644 --- a/core/java/android/view/autofill/AutofillStateFingerprint.java +++ b/core/java/android/view/autofill/AutofillStateFingerprint.java @@ -97,7 +97,6 @@ public final class AutofillStateFingerprint { if (sDebug) { Log.d(TAG, "Autofillable views count prior to auth:" + autofillableViews.size()); } -// ArrayList<Integer> hashes = getFingerprintIds(autofillableViews); ArrayMap<Integer, View> hashes = getFingerprintIds(autofillableViews); for (Map.Entry<Integer, View> entry : hashes.entrySet()) { @@ -123,7 +122,6 @@ public final class AutofillStateFingerprint { if (view != null) { int id = getEphemeralFingerprintId(view, 0 /* position irrelevant */); AutofillId autofillId = view.getAutofillId(); - autofillId.setSessionId(mSessionId); mHashToAutofillIdMap.put(id, autofillId); } else { if (sDebug) { |