Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp196 LogEvent eventOfInterest(kAppUid /* uid */, 0 /* pid */); in TEST_P() local
197 CreateNoValuesLogEvent(&eventOfInterest, kInterestAtomId /* atom id */, 0 /* timestamp */); in TEST_P()
198 EXPECT_EQ(mMetricsManager->checkLogCredentials(eventOfInterest), isAtomLoggingAllowed()); in TEST_P()