Searched refs:wakelockItem (Results 1 – 2 of 2) sorted by relevance
47 WakelockItem wakelockItem = getDetailedAnalysisItem().getWakelockItem(); in applyRule() local48 if (wakelockItem != null && getTimeOnBattery() > 0) { in applyRule()52 for (WakelockInfoItem wakelocks : wakelockItem.getWakeLocks()) { in applyRule()
63 public void setWakelockItem(WakelockItem wakelockItem) { in setWakelockItem() argument64 mWakelockItem = wakelockItem; in setWakelockItem()