Searched refs:failedIds (Results 1 – 1 of 1) sorted by relevance
3054 ArrayList<AutofillId> failedIds = new ArrayList<>(); in onGetCredentialException() local3070 failedIds.add(id); in onGetCredentialException()3079 handleFailedIdsLocked(failedIds); in onGetCredentialException()3096 ArrayList<AutofillId> failedIds = new ArrayList<>(); in onGetCredentialResponse() local3112 failedIds.add(id); in onGetCredentialResponse()3121 handleFailedIdsLocked(failedIds); in onGetCredentialResponse()3126 private void handleFailedIdsLocked(@NonNull ArrayList<AutofillId> failedIds) { in handleFailedIdsLocked() argument3127 if (!failedIds.isEmpty() && sVerbose) { in handleFailedIdsLocked()3128 Log.v(TAG, "autofill(): total failed views: " + failedIds); in handleFailedIdsLocked()3131 mService.setAutofillFailure(mSessionId, failedIds, mContext.getUserId()); in handleFailedIdsLocked()[all …]