Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java652 long bytesDeltaThreshold; in handleMessage() local
656 bytesDeltaThreshold = mTotalBytes in handleMessage()
659 bytesDeltaThreshold = mTotalBytes in handleMessage()
663 if (bytesDelta > bytesDeltaThreshold) { in handleMessage()