Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h267 return mRestrictionCategory; in getRestrictionCategory()
271 return mRestrictionCategory != CATEGORY_NO_RESTRICTION; in isRestricted()
377 StatsdRestrictionCategory mRestrictionCategory = CATEGORY_NO_RESTRICTION; variable
DLogEvent.cpp407 mRestrictionCategory = static_cast<StatsdRestrictionCategory>(value); in parseRestrictionCategoryAnnotation()