Searched refs:failedIds (Results 1 – 1 of 1) sorted by relevance
2247 ArrayList<AutofillId> failedIds = null; in autofill() local2258 if (failedIds == null) { in autofill()2259 failedIds = new ArrayList<>(); in autofill()2261 failedIds.add(id); in autofill()2295 if (failedIds != null) { in autofill()2297 Log.v(TAG, "autofill(): total failed views: " + failedIds); in autofill()2300 mService.setAutofillFailure(mSessionId, failedIds, mContext.getUserId()); in autofill()