Home
last modified time | relevance | path

Searched refs:originName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialManagerRepo.kt70 val originName: String? = when (requestInfo?.type) { constant
119 getCreateRequestDisplayInfoInitialUiState(originName)!!
145 var getCredentialInitialUiState = getCredentialInitialUiState(originName,
230 originName: String?, in getCredentialInitialUiState()
236 val requestDisplayInfo = GetFlowUtils.toRequestDisplayInfo(requestInfo, context, originName) in getCredentialInitialUiState()
277 originName: String? in getCreateRequestDisplayInfoInitialUiState()
279 return CreateFlowUtils.toRequestDisplayInfo(requestInfo, context, originName) in getCreateRequestDisplayInfoInitialUiState()
DDataConverter.kt198 originName: String?, in toProviderList()
225 appName = originName?.ifEmpty { null } in toProviderList()
298 originName: String?, in toRequestDisplayInfo()
303 val appLabel = originName?.ifEmpty { null } in toRequestDisplayInfo()