Searched refs:EXTRA_AUTHENTICATION_RESULT (Results 1 – 4 of 4) sorted by relevance
218 public static final String EXTRA_AUTHENTICATION_RESULT = field in AutofillManager2465 if (data.getParcelableExtra(EXTRA_AUTHENTICATION_RESULT) != null) { in onAuthenticationResult()2466 result = data.getParcelableExtra(EXTRA_AUTHENTICATION_RESULT); in onAuthenticationResult()2477 responseData.putParcelable(EXTRA_AUTHENTICATION_RESULT, result); in onAuthenticationResult()
2896 final Parcelable result = data.getParcelable(AutofillManager.EXTRA_AUTHENTICATION_RESULT); in setAuthenticationResultLocked()3001 return bundle.getParcelable(AutofillManager.EXTRA_AUTHENTICATION_RESULT, Dataset.class); in getDatasetFromCredentialResponse()3076 …data.getParcelable(AutofillManager.EXTRA_AUTHENTICATION_RESULT, android.service.autofill.Dataset.c… in setAuthenticationResultForAugmentedAutofillLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55688 …field public static final String EXTRA_AUTHENTICATION_RESULT = "android.view.autofill.extra.AUTHEN…