Home
last modified time | relevance | path

Searched defs:heldTime (Results 1 – 1 of 1) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/item/
DWakelockItem.java72 … public WakelockInfoItem(String name, long heldTime, int lockedCount, WakeLockCategory category) { in WakelockInfoItem()
85 public WakelockInfoItem(String name, String processUID, long heldTime, int lockedCount, in WakelockInfoItem()
148 public void addWakeLock(String name, String processUID, long heldTime, int timesCalled, in addWakeLock()
161 public void addWakeLock(String name, long heldTime, int timesCalled, in addWakeLock()