Searched refs:shouldThrottle (Results 1 – 4 of 4) sorted by relevance
26 EXPECT_FALSE(t.shouldThrottle()); in TEST()28 EXPECT_TRUE(t.shouldThrottle()); in TEST()33 EXPECT_FALSE(t.shouldThrottle()); in TEST()35 EXPECT_TRUE(t.shouldThrottle()); in TEST()37 EXPECT_FALSE(t.shouldThrottle()); in TEST()
44 if (!shouldThrottle()) { in filterBatch()51 bool Throttler::shouldThrottle() { in shouldThrottle() function in android::os::incidentd::Throttler
44 bool shouldThrottle();
50 val shouldThrottle = in logThrottled() constant55 if (shouldThrottle) { in logThrottled()