HomeSort by relevance Sort by last modified time
    Searched defs:resetStorage (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.cpp 45 resetStorage(); // initialization
52 void AnomalyTracker::resetStorage() {
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();}
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractJobTest.java 83 resetStorage();
88 private void resetStorage() throws RemoteException {
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
ActivityTest.java 124 resetStorage();
155 protected void resetStorage() throws RemoteException {

Completed in 247 milliseconds