Home
last modified time | relevance | path

Searched refs:fieldIds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2612 final ArrayList<AutofillId> fieldIds = dataset.getFieldIds(); in updateTrackedIdsLocked() local
2613 if (fieldIds == null) continue; in updateTrackedIdsLocked()
2615 for (int j = 0; j < fieldIds.size(); j++) { in updateTrackedIdsLocked()
2616 final AutofillId id = fieldIds.get(j); in updateTrackedIdsLocked()