Merge "Generify arguments to AssistLogger" into rvc-dev am: 6650cd46aa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11930643 Change-Id: Ifd61f0f66b2f33de2782eeec9817f26e2e1a6255
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user