Searched defs:activeEntry (Results 1 – 5 of 5) sorted by relevance
219 val activeEntry = uiState.getCredentialUiState?.activeEntry in getFlowOnConfirmEntrySelected() constant
33 val activeEntry: BaseEntry? = toActiveEntry(providerDisplayInfo), in <lambda>() constant in com.android.credentialmanager.getflow.GetCredentialUiState262 var activeEntry: BaseEntry? = null in toActiveEntry() variable
32 val activeEntry: ActiveEntry? = null, constant in com.android.credentialmanager.createflow.CreateCredentialUiState
833 val activeEntry = mock<WifiEntry>().apply { whenever(this.level).thenReturn(2) } in secondaryNetworks_mapsToActive() constant866 val activeEntry = mock<WifiEntry>().apply { whenever(this.level).thenReturn(2) } in secondaryNetworks_mapsMultipleInOrder() constant
417 for (auto& activeEntry : mActiveProcessors) { in setCsdEnabled() local