Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/rule/
DWakelockRule.java49 long wakelockThreshold = (long)(getTimeOnBattery() in applyRule() local
53 if (wakelocks.getHeldTime() > wakelockThreshold) { in applyRule()