Home
last modified time | relevance | path

Searched defs:userConfigRepo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorActivity.kt64 val userConfigRepo = UserConfigRepo(this) in onCreate() constant
106 val userConfigRepo = UserConfigRepo(this) in onNewIntent() constant
DCredentialSelectorViewModel.kt66 private val userConfigRepo: UserConfigRepo, constant in com.android.credentialmanager.CredentialSelectorViewModel