Searched refs:datasetIdx (Results 1 – 1 of 1) sorted by relevance
1156 final int datasetIdx = AutofillManager.getDatasetIdFromAuthenticationId( in setAuthenticationResultLocked() local1159 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()