Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2122 ArrayList<AutofillId> failedIds = null; in autofill() local
2133 if (failedIds == null) { in autofill()
2134 failedIds = new ArrayList<>(); in autofill()
2136 failedIds.add(id); in autofill()
2170 if (failedIds != null) { in autofill()
2172 Log.v(TAG, "autofill(): total failed views: " + failedIds); in autofill()
2175 mService.setAutofillFailure(mSessionId, failedIds, mContext.getUserId()); in autofill()