Searched refs:LOCKED_COUNT (Results 1 – 2 of 2) sorted by relevance
57 public static final String LOCKED_COUNT = "LOCKED_COUNT"; field in WakelockItem.WakelockInfoItem62 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()
53 assertTrue(wakelockInfo.getJSONObject(0).has(WakelockInfoItem.LOCKED_COUNT)); in testToJson()59 assertTrue(wakelockInfo.getJSONObject(1).has(WakelockInfoItem.LOCKED_COUNT)); in testToJson()