Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/
DAuthenticationEntryInfo.kt35 val isUnlockedAndEmpty: Boolean, constant
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/components/
DCredentialsScreenChip.kt194 if (authenticationEntryInfo.isUnlockedAndEmpty) in LockedProviderChip()
204 isAuthenticationEntryLocked = !authenticationEntryInfo.isUnlockedAndEmpty, in LockedProviderChip()
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt64 isUnlockedAndEmpty = true,
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt293 providerDisplayInfo.authenticationEntryList.all { it.isUnlockedAndEmpty }) in toGetScreenState()
DGetCredentialComponents.kt935 onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) { in AuthenticationEntryRow()
944 if (authenticationEntryInfo.isUnlockedAndEmpty) in AuthenticationEntryRow()
948 isLockedAuthEntry = !authenticationEntryInfo.isUnlockedAndEmpty, in AuthenticationEntryRow()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt301 isUnlockedAndEmpty = entry.status != AuthenticationEntry.STATUS_LOCKED, in getAuthenticationEntryList()