Searched refs:getAlarmWakeups (Results 1 – 3 of 3) sorted by relevance
59 if (usage.getAlarmWakeups() > 0) { in applyRule()70 final long alarmsPerMs = getTimeOnBattery()/usage.getAlarmWakeups(); in addAlarmAnalysis()
107 public int getAlarmWakeups() { in getAlarmWakeups() method in ProcessUsageItem.ProcessUsageInfoItem139 object.put(ALARM_WAKEUPS, getAlarmWakeups()); in toJson()
68 assertEquals(266, processUsageInfo.get(1).getAlarmWakeups()); in testProcessUsageParser()