Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java52 static final int BALANCED_WEIGHT = 25; field in AppScanStats
500 + balancedScanTime * BALANCED_WEIGHT + lowLatencyScanTime * LOW_LATENCY_WEIGHT) / 100; in dumpToString()