Searched refs:mOffendingWakelockList (Results 1 – 1 of 1) sorted by relevance
38 private List<WakelockInfoItem> mOffendingWakelockList; field in WakelockRule46 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()