Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/credentials/ui/
H A DUserSelectionDialogResult.java58 @NonNull private final String mEntryKey; field in UserSelectionDialogResult
67 mEntryKey = entryKey; in UserSelectionDialogResult()
77 mEntryKey = entryKey; in UserSelectionDialogResult()
91 return mEntryKey; in getEntryKey()
114 mEntryKey = entryKey; in UserSelectionDialogResult()
115 AnnotationValidations.validate(NonNull.class, null, mEntryKey); in UserSelectionDialogResult()
125 dest.writeString8(mEntryKey); in writeToParcel()