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