Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp109 enum class AllowedFromSpecificUidFlag { NOT_ALLOWED = 0, ALLOWED }; enum
122 using AllowedFromSpecificUidFlagParam = TypedParam<AllowedFromSpecificUidFlag>;
172 return std::get<1>(GetParam()) == AllowedFromSpecificUidFlag::ALLOWED; in isAtomFromAllowedUid()
187 {AllowedFromSpecificUidFlag::NOT_ALLOWED,
189 {AllowedFromSpecificUidFlag::ALLOWED, "AllowedFromSpecificUid"},