Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/tests/
DThrottler_test.cpp26 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()
/frameworks/base/cmds/incidentd/src/
DThrottler.cpp44 if (!shouldThrottle()) { in filterBatch()
51 bool Throttler::shouldThrottle() { in shouldThrottle() function in android::os::incidentd::Throttler
DThrottler.h44 bool shouldThrottle();
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DAccessibilityLogger.kt50 val shouldThrottle = in logThrottled() constant
55 if (shouldThrottle) { in logThrottled()