Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
H A DEditorInfo.kt31 val targetInputMethodUserId: Int, constant in android.tools.traces.inputmethod.EditorInfo
47 if (targetInputMethodUserId != other.targetInputMethodUserId) return false in equals()
58 result = 31 * result + targetInputMethodUserId in hashCode()