Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/logging/
DLifecycleEvent.kt21 enum class LifecycleEvent(private val id: Int) : UiEventLogger.UiEventEnum { class
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt50 import com.android.credentialmanager.logging.LifecycleEvent
82 uiMetrics.logNormal(LifecycleEvent.CREDMAN_ACTIVITY_INIT, in <lambda>()
117 this.uiMetrics.logNormal(LifecycleEvent.CREDMAN_ACTIVITY_NEW_REQUEST, in onNewCredentialManagerRepo()
225 this.uiMetrics.logNormal(LifecycleEvent.CREDMAN_ACTIVITY_INTERNAL_ERROR, in onInternalError()