Home
last modified time | relevance | path

Searched refs: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() argument
73 this(name, null, heldTime, lockedCount, category); in WakelockInfoItem()
85 public WakelockInfoItem(String name, String processUID, long heldTime, int lockedCount, in WakelockInfoItem() argument
91 setAttribute(HELD_TIME, heldTime); in WakelockInfoItem()
148 public void addWakeLock(String name, String processUID, long heldTime, int timesCalled, in addWakeLock() argument
150 mWakeLocks.add(new WakelockInfoItem(name, processUID, heldTime, timesCalled, category)); in addWakeLock()
161 public void addWakeLock(String name, long heldTime, int timesCalled, in addWakeLock() argument
163 addWakeLock(name, null, heldTime, timesCalled, category); in addWakeLock()