Searched refs:isUnlockedAndEmpty (Results 1 – 6 of 6) sorted by relevance
35 val isUnlockedAndEmpty: Boolean, constant
194 if (authenticationEntryInfo.isUnlockedAndEmpty) in LockedProviderChip()204 isAuthenticationEntryLocked = !authenticationEntryInfo.isUnlockedAndEmpty, in LockedProviderChip()
64 isUnlockedAndEmpty = true,
293 providerDisplayInfo.authenticationEntryList.all { it.isUnlockedAndEmpty }) in toGetScreenState()
935 onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) { in AuthenticationEntryRow()944 if (authenticationEntryInfo.isUnlockedAndEmpty) in AuthenticationEntryRow()948 isLockedAuthEntry = !authenticationEntryInfo.isUnlockedAndEmpty, in AuthenticationEntryRow()
301 isUnlockedAndEmpty = entry.status != AuthenticationEntry.STATUS_LOCKED, in getAuthenticationEntryList()