Searched defs:activeEntry (Results 1 – 7 of 7) sorted by relevance
73 val activeEntry = toActiveEntry(providerDisplayInfo) in getTestSpecs() constant101 val activeEntry = toActiveEntry(providerDisplayInfo) in singleCredentialScreen_M3BottomSheetEnabled() constant
41 val activeEntry: EntryInfo? = toActiveEntry(providerDisplayInfo), in <lambda>() constant in com.android.credentialmanager.getflow.GetCredentialUiState273 var activeEntry: EntryInfo? = null in generateDisplayTitleTextResCode() variable
268 val activeEntry = uiState.getCredentialUiState?.activeEntry in getFlowOnConfirmEntrySelected() constant
428 val activeEntry = toActiveEntry( in toCreateCredentialUiState() constant
33 val activeEntry: ActiveEntry? = null, constant in com.android.credentialmanager.createflow.CreateCredentialUiState
869 val activeEntry = mock<WifiEntry>().apply { whenever(this.level).thenReturn(2) } in secondaryNetworks_mapsToActive() constant900 val activeEntry = mock<WifiEntry>().apply { whenever(this.level).thenReturn(2) } in secondaryNetworks_mapsMultipleInOrder() constant
471 for (auto& activeEntry : mActiveProcessors) { in setCsdEnabled() local