Searched refs:datasetIdx (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 2877 final int datasetIdx = AutofillManager.getDatasetIdFromAuthenticationId( in setAuthenticationResultLocked() local 2881 if (datasetIdx != AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED) { in setAuthenticationResultLocked() 2882 dataset = authenticatedResponse.getDatasets().get(datasetIdx); in setAuthenticationResultLocked() 2884 Slog.w(TAG, "no dataset with index " + datasetIdx + " on fill response"); in setAuthenticationResultLocked() 2948 autoFill(requestId, datasetIdx, datasetFromCredentialResponse, in setAuthenticationResultLocked() 2957 if (datasetIdx != AutofillManager.AUTHENTICATION_ID_DATASET_ID_UNDEFINED) { in setAuthenticationResultLocked() 2968 final Dataset oldDataset = authenticatedResponse.getDatasets().get(datasetIdx); in setAuthenticationResultLocked() 2970 authenticatedResponse.getDatasets().set(datasetIdx, datasetFromResult); in setAuthenticationResultLocked() 2972 autoFill(requestId, datasetIdx, datasetFromResult, false, UI_TYPE_UNKNOWN); in setAuthenticationResultLocked() 2974 Slog.w(TAG, "invalid index (" + datasetIdx + ") for authentication id " in setAuthenticationResultLocked()
|