Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1156 final int datasetIdx = AutofillManager.getDatasetIdFromAuthenticationId( in setAuthenticationResultLocked() local
1159 if (datasetIdx != AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED) { in setAuthenticationResultLocked()
1160 final Dataset dataset = authenticatedResponse.getDatasets().get(datasetIdx); in setAuthenticationResultLocked()
1162 Slog.w(TAG, "no dataset with index " + datasetIdx + " on fill response"); in setAuthenticationResultLocked()
1178 if (datasetIdx != AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED) { in setAuthenticationResultLocked()
1186 authenticatedResponse.getDatasets().set(datasetIdx, dataset); in setAuthenticationResultLocked()
1187 autoFill(requestId, datasetIdx, dataset, false); in setAuthenticationResultLocked()
1189 Slog.w(TAG, "invalid index (" + datasetIdx + ") for authentication id " in setAuthenticationResultLocked()