Searched refs:hasStartedDuration (Results 1 – 6 of 6) sorted by relevance
123 if (hasStartedDuration()) { in noteStop()152 bool MaxDurationTracker::hasStartedDuration() const { in hasStartedDuration() function in android::os::statsd::MaxDurationTracker286 if (hasStartedDuration()) { in noteConditionChanged()
156 if (alarmTimeNs <= updateTimeNs || hasStartedDuration()) { in addAnomalyTracker()163 virtual bool hasStartedDuration() const = 0;
72 bool hasStartedDuration() const override;
70 bool hasStartedDuration() const override;
374 bool OringDurationTracker::hasStartedDuration() const { in hasStartedDuration() function in android::os::statsd::OringDurationTracker
494 EXPECT_FALSE(tracker.hasStartedDuration()); in TEST()498 EXPECT_TRUE(tracker.hasStartedDuration()); in TEST()501 EXPECT_FALSE(tracker.hasStartedDuration()); in TEST()