Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/
DFlowEngine.kt23 import com.android.credentialmanager.model.EntryInfo
49 entryInfo: EntryInfo, in back()
63 fun getEntrySelector(): (entry: EntryInfo, isAutoSelected: Boolean) -> Unit in back()
DCredentialSelectorViewModel.kt26 import com.android.credentialmanager.model.EntryInfo in <lambda>()
51 private lateinit var selectedEntry: EntryInfo in <lambda>()
103 entryInfo: EntryInfo, in <lambda>()
118 override fun getEntrySelector(): (entry: EntryInfo, isAutoSelected: Boolean) -> Unit { in <lambda>()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/
DRemoteEntryInfo.kt21 import com.android.credentialmanager.model.EntryInfo
29 ) : EntryInfo(
DActionEntryInfo.kt22 import com.android.credentialmanager.model.EntryInfo
33 ) : EntryInfo(
DAuthenticationEntryInfo.kt22 import com.android.credentialmanager.model.EntryInfo
38 ) : EntryInfo(
DCredentialEntryInfo.kt24 import com.android.credentialmanager.model.EntryInfo
54 ) : EntryInfo(
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/
DRemoteInfo.kt21 import com.android.credentialmanager.model.EntryInfo
29 ) : EntryInfo(
DCreateOptionInfo.kt23 import com.android.credentialmanager.model.EntryInfo
41 ) : EntryInfo(
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt38 import com.android.credentialmanager.model.EntryInfo in <lambda>()
112 biometricEntry: EntryInfo, in <lambda>()
115 sendDataToProvider: (EntryInfo, BiometricPrompt.AuthenticationResult?, BiometricError?) -> Unit, in <lambda>()
160 biometricEntry: EntryInfo, in runBiometricFlowForCreate()
163 sendDataToProvider: (EntryInfo, BiometricPrompt.AuthenticationResult?, BiometricError?) -> Unit, in runBiometricFlowForCreate()
344 sendDataToProvider: (EntryInfo, BiometricPrompt.AuthenticationResult?, BiometricError?) -> Unit, in setupBiometricAuthenticationCallback()
345 selectedEntry: EntryInfo, in setupBiometricAuthenticationCallback()
420 selectedEntry: EntryInfo in validateAndRetrieveBiometricGetDisplayInfo()
441 selectedEntry: EntryInfo, in validateAndRetrieveBiometricCreateDisplayInfo()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/
DCredentialManagerClient.kt22 import com.android.credentialmanager.model.EntryInfo
66 entryInfo: EntryInfo,
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetCredentialComponents.kt81 import com.android.credentialmanager.model.EntryInfo in <lambda>()
248 biometricEntry: EntryInfo?,
256 EntryInfo,
297 activeEntry: EntryInfo?, in PrimarySelectionCard()
298 onEntrySelected: (EntryInfo) -> Unit, in PrimarySelectionCard()
478 activeEntry: EntryInfo?, in PrimarySelectionCardVImpl()
479 onEntrySelected: (EntryInfo) -> Unit, in PrimarySelectionCardVImpl()
679 onEntrySelected: (EntryInfo) -> Unit, in AllSignInOptionCard()
765 onEntrySelected: (EntryInfo) -> Unit, in ActionChips()
789 onEntrySelected: (EntryInfo) -> Unit, in RemoteEntryCard()
[all …]
DGetModel.kt26 import com.android.credentialmanager.model.EntryInfo in <lambda>()
41 val activeEntry: EntryInfo? = toActiveEntry(providerDisplayInfo), in <lambda>()
269 ): EntryInfo? { in generateDisplayTitleTextResCode()
273 var activeEntry: EntryInfo? = null in generateDisplayTitleTextResCode()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt55 import com.android.credentialmanager.model.EntryInfo in <lambda>()
249 onRemoteEntrySelected: (EntryInfo) -> Unit, in MoreOptionsSelectionCard()
374 onOptionSelected: (EntryInfo) -> Unit, in CreationSelectionCard()
469 activeRemoteEntry: EntryInfo, in ExternalOnlySelectionCard()
470 onOptionSelected: (EntryInfo) -> Unit, in ExternalOnlySelectionCard()
516 entryInfo: EntryInfo, in PrimaryCreateOptionRow()
517 onOptionSelected: (EntryInfo) -> Unit in PrimaryCreateOptionRow()
631 biometricEntry: EntryInfo?,
636 EntryInfo,
DCreateModel.kt23 import com.android.credentialmanager.model.EntryInfo
174 val activeEntryInfo: EntryInfo,
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
DEntryInfo.kt22 open class EntryInfo ( class
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/impl/
DCredentialManagerClientImpl.kt34 import com.android.credentialmanager.model.EntryInfo in <lambda>()
86 entryInfo: EntryInfo, in <lambda>()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
DRemoteViewsFactory.kt26 import com.android.credentialmanager.model.EntryInfo in <lambda>()
43 entryInfo: EntryInfo, in <lambda>()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/
DWearApp.kt46 import com.android.credentialmanager.model.EntryInfo
149 selectEntry: (entry: EntryInfo, isAutoSelected: Boolean) -> Unit, in handleGetNavigation()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt39 import com.android.credentialmanager.model.EntryInfo
58 val selectedEntry: EntryInfo? = null,
240 entry: EntryInfo, in getFlowOnEntrySelected()
395 selectedEntry: EntryInfo, in createFlowOnEntrySelected()
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorViewModelTest.kt19 import com.android.credentialmanager.model.EntryInfo
58 EntryInfo(
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt53 import com.android.credentialmanager.model.EntryInfo in <lambda>()
57 fun EntryInfo.getIntentSenderRequest( in <lambda>() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/
DCredentialAutofillService.kt41 import com.android.credentialmanager.model.EntryInfo in <lambda>()
423 entry: EntryInfo, in <lambda>()