Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java632 long bytesDeltaThreshold; in handleMessage() local
636 bytesDeltaThreshold = mTotalBytes in handleMessage()
639 bytesDeltaThreshold = mTotalBytes in handleMessage()
643 if (bytesDelta > bytesDeltaThreshold) { in handleMessage()