Home
last modified time | relevance | path

Searched refs:LOCKED_COUNT (Results 1 – 2 of 2) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/item/
DWakelockItem.java57 public static final String LOCKED_COUNT = "LOCKED_COUNT"; field in WakelockItem.WakelockInfoItem
62 NAME, PROCESS_UID, PROCESS_NAME, HELD_TIME, LOCKED_COUNT, CATEGORY));
92 setAttribute(LOCKED_COUNT, lockedCount); in WakelockInfoItem()
121 return (Integer) getAttribute(LOCKED_COUNT); in getLockedCount()
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DWakelockItemTest.java53 assertTrue(wakelockInfo.getJSONObject(0).has(WakelockInfoItem.LOCKED_COUNT)); in testToJson()
59 assertTrue(wakelockInfo.getJSONObject(1).has(WakelockInfoItem.LOCKED_COUNT)); in testToJson()