Searched refs:INTERRUPT_COUNT (Results 1 – 2 of 2) sorted by relevance
55 public static final String INTERRUPT_COUNT = "INTERRUPT_COUNT"; field in InterruptItem.InterruptInfoItem58 NAME, INTERRUPT_COUNT, CATEGORY));72 setAttribute(INTERRUPT_COUNT, interruptCount); in InterruptInfoItem()87 return (Integer) getAttribute(INTERRUPT_COUNT); in getInterruptCount()
50 assertTrue(interruptsInfo.getJSONObject(0).has(InterruptInfoItem.INTERRUPT_COUNT)); in testToJson()