Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistLogger.kt30 import com.android.systemui.assist.AssistantInvocationEvent.Companion.eventFromLegacyInvocationType
60 eventFromLegacyInvocationType(legacyInvocationType, isInvocationComplete), in reportAssistantInvocationEventFromLegacy()
DAssistantInvocationEvent.kt69 fun eventFromLegacyInvocationType(legacyInvocationType: Int, isInvocationComplete: Boolean) in eventFromLegacyInvocationType() method