Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DEditorInfo.kt30 val fieldId: Int, constant in android.tools.traces.inputmethod.EditorInfo
46 if (fieldId != other.fieldId) return false in equals()
57 result = 31 * result + fieldId in hashCode()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java155 private StatsdConfigProto.AtomMatcher getSimpleAtomMatcher(int id, int fieldId) { in getSimpleAtomMatcher() argument
160 simpleAtomMatcher.atomId = fieldId; in getSimpleAtomMatcher()