/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ |
D | FlowEngine.kt | 23 import com.android.credentialmanager.model.EntryInfo 49 entryInfo: EntryInfo, in back() 63 fun getEntrySelector(): (entry: EntryInfo, isAutoSelected: Boolean) -> Unit in back()
|
D | CredentialSelectorViewModel.kt | 26 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/ |
D | RemoteEntryInfo.kt | 21 import com.android.credentialmanager.model.EntryInfo 29 ) : EntryInfo(
|
D | ActionEntryInfo.kt | 22 import com.android.credentialmanager.model.EntryInfo 33 ) : EntryInfo(
|
D | AuthenticationEntryInfo.kt | 22 import com.android.credentialmanager.model.EntryInfo 38 ) : EntryInfo(
|
D | CredentialEntryInfo.kt | 24 import com.android.credentialmanager.model.EntryInfo 54 ) : EntryInfo(
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/ |
D | RemoteInfo.kt | 21 import com.android.credentialmanager.model.EntryInfo 29 ) : EntryInfo(
|
D | CreateOptionInfo.kt | 23 import com.android.credentialmanager.model.EntryInfo 41 ) : EntryInfo(
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ |
D | BiometricHandler.kt | 38 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/ |
D | CredentialManagerClient.kt | 22 import com.android.credentialmanager.model.EntryInfo 66 entryInfo: EntryInfo,
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/ |
D | GetCredentialComponents.kt | 81 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 …]
|
D | GetModel.kt | 26 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/ |
D | CreateCredentialComponents.kt | 55 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,
|
D | CreateModel.kt | 23 import com.android.credentialmanager.model.EntryInfo 174 val activeEntryInfo: EntryInfo,
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/ |
D | EntryInfo.kt | 22 open class EntryInfo ( class
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/client/impl/ |
D | CredentialManagerClientImpl.kt | 34 import com.android.credentialmanager.model.EntryInfo in <lambda>() 86 entryInfo: EntryInfo, in <lambda>()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
D | RemoteViewsFactory.kt | 26 import com.android.credentialmanager.model.EntryInfo in <lambda>() 43 entryInfo: EntryInfo, in <lambda>()
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/ |
D | WearApp.kt | 46 import com.android.credentialmanager.model.EntryInfo 149 selectEntry: (entry: EntryInfo, isAutoSelected: Boolean) -> Unit, in handleGetNavigation()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModel.kt | 39 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/ |
D | CredentialSelectorViewModelTest.kt | 19 import com.android.credentialmanager.model.EntryInfo 58 EntryInfo(
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/ |
D | CredentialKtx.kt | 53 import com.android.credentialmanager.model.EntryInfo in <lambda>() 57 fun EntryInfo.getIntentSenderRequest( in <lambda>() method
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/ |
D | CredentialAutofillService.kt | 41 import com.android.credentialmanager.model.EntryInfo in <lambda>() 423 entry: EntryInfo, in <lambda>()
|