Home
last modified time | relevance | path

Searched refs:lockedCount (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
92 setAttribute(LOCKED_COUNT, lockedCount); in WakelockInfoItem()