Searched refs:failedIds (Results 1 – 1 of 1) sorted by relevance
2862 ArrayList<AutofillId> failedIds = null; in autofill() local2873 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()