Searched refs:shouldThrottle (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/incidentd/tests/
H A DThrottler_test.cpp27 EXPECT_FALSE(t.shouldThrottle());
29 EXPECT_TRUE(t.shouldThrottle());
34 EXPECT_FALSE(t.shouldThrottle());
36 EXPECT_TRUE(t.shouldThrottle());
38 EXPECT_FALSE(t.shouldThrottle());
/frameworks/base/cmds/incidentd/src/
H A DThrottler.h38 bool shouldThrottle();
H A DThrottler.cpp35 bool Throttler::shouldThrottle() { function in class:android::os::incidentd::Throttler
H A DIncidentService.cpp170 if (mThrottler->shouldThrottle()) {

Completed in 127 milliseconds