Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java473 private double mMinimumThresholdBytes; field in StorageStatsService.H
480 mMinimumThresholdBytes = mStats.getTotalBytes() * MINIMUM_CHANGE_DELTA; in H()
495 if (bytesDelta > mMinimumThresholdBytes) { in handleMessage()