Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2862 ArrayList<AutofillId> failedIds = null; in autofill() local
2873 if (failedIds == null) { in autofill()
2874 failedIds = new ArrayList<>(); in autofill()
2876 failedIds.add(id); in autofill()
2910 if (failedIds != null) { in autofill()
2912 Log.v(TAG, "autofill(): total failed views: " + failedIds); in autofill()
2915 mService.setAutofillFailure(mSessionId, failedIds, mContext.getUserId()); in autofill()