Searched refs:kMaxLogSourceCount (Results 1 – 2 of 2) sorted by relevance
120 const static int kMaxLogSourceCount = 50; variable
104 if (mAllowedUid.size() + mAllowedPkg.size() > StatsdStats::kMaxLogSourceCount) { in MetricsManager()