Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DFieldValue.cpp127 bool isUid = false; in getUidIfExists() local
131 isUid = true; in getUidIfExists()
136 isUid = value.mField.getDepth() == 0 && value.mField.getPosAtDepth(0) == uidField && in getUidIfExists()
141 return isUid ? value.mValue.int_value : -1; in getUidIfExists()