Searched refs:mMinimumThresholdBytes (Results 1 – 1 of 1) sorted by relevance
473 private double mMinimumThresholdBytes; field in StorageStatsService.H480 mMinimumThresholdBytes = mStats.getTotalBytes() * MINIMUM_CHANGE_DELTA; in H()495 if (bytesDelta > mMinimumThresholdBytes) { in handleMessage()