Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/credentials/ui/
H A DUserSelectionDialogResult.java38 EXTRA_USER_SELECTION_RESULT, UserSelectionDialogResult.class); in fromResultData()
47 bundle.putParcelable(EXTRA_USER_SELECTION_RESULT, result); in addToBundle()
54 private static final String EXTRA_USER_SELECTION_RESULT = field in UserSelectionDialogResult