Searched refs:resetStorage (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/anomaly/
H A DAnomalyTracker.cpp45 resetStorage(); // initialization
52 void AnomalyTracker::resetStorage() { function in class:android::os::statsd::AnomalyTracker
53 VLOG("resetStorage() called.");
79 resetStorage();
219 // TODO: If we had access to the bucket_size_millis, consider calling resetStorage()
220 // if (mAlert.refractory_period_secs() > mNumOfPastBuckets * bucketSizeNs) {resetStorage();}
H A DAnomalyTracker.h176 virtual void resetStorage();

Completed in 41 milliseconds