Home
last modified time | relevance | path

Searched defs:fieldCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/tests/utils/src/android/util/
DStatsEventTestUtils.java113 byte typeId, long fieldCount, int tag, ByteBuffer buf, ProtoOutputStream proto) { in parseField()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DMetricsLogger.java282 long fieldCount, in writeFieldIfNotNull()
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java299 int fieldCount = kind.fieldList == null ? 0 : kind.fieldList.size(); in setValues() local