Searched refs:HELD_TIME (Results 1 – 2 of 2) sorted by relevance
55 public static final String HELD_TIME = "HELD_TIME"; field in WakelockItem.WakelockInfoItem62 NAME, PROCESS_UID, PROCESS_NAME, HELD_TIME, LOCKED_COUNT, CATEGORY));91 setAttribute(HELD_TIME, heldTime); in WakelockInfoItem()114 return (Long) getAttribute(HELD_TIME); in getHeldTime()
52 assertTrue(wakelockInfo.getJSONObject(0).has(WakelockInfoItem.HELD_TIME)); in testToJson()58 assertTrue(wakelockInfo.getJSONObject(1).has(WakelockInfoItem.HELD_TIME)); in testToJson()