Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/rule/
DWakelockRule.java38 private List<WakelockInfoItem> mOffendingWakelockList; field in WakelockRule
46 mOffendingWakelockList = new ArrayList<WakelockInfoItem>(); in applyRule()
54 mOffendingWakelockList.add(wakelocks); in applyRule()
65 if (mOffendingWakelockList == null || mOffendingWakelockList.size() <= 0) { in getAnalysis()
68 for (WakelockInfoItem wakelocks : mOffendingWakelockList) { in getAnalysis()