Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fa201e0 authored by Govinda Wasserman's avatar Govinda Wasserman Committed by Automerger Merge Worker
Browse files

Merge "Generify arguments to AssistLogger" into rvc-dev am: 6650cd46

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11930643

Change-Id: Ifd61f0f66b2f33de2782eeec9817f26e2e1a6255
parents a4c6c33d 6650cd46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ open class AssistLogger @Inject constructor(
    }

    fun reportAssistantInvocationEvent(
        invocationEvent: AssistantInvocationEvent,
        invocationEvent: UiEventLogger.UiEventEnum,
        assistantComponent: ComponentName? = null,
        deviceState: Int? = null
    ) {
@@ -86,7 +86,7 @@ open class AssistLogger @Inject constructor(
        reportAssistantInvocationExtraData()
    }

    fun reportAssistantSessionEvent(sessionEvent: AssistantSessionEvent) {
    fun reportAssistantSessionEvent(sessionEvent: UiEventLogger.UiEventEnum) {
        val assistantComponent = getAssistantComponentForCurrentUser()
        val assistantUid = getAssistantUid(assistantComponent)
        uiEventLogger.logWithInstanceId(