Searched refs:INTERRUPTS (Results 1 – 4 of 4) sorted by relevance
42 assertTrue(output.has(InterruptItem.INTERRUPTS)); in testToJson()43 assertTrue(output.get(InterruptItem.INTERRUPTS) instanceof JSONArray); in testToJson()45 JSONArray interruptsInfo = output.getJSONArray(InterruptItem.INTERRUPTS); in testToJson()
58 INTERRUPTS = [True, False] variable668 for combination in itertools.product(IP_VERSIONS, BANDS, INTERRUPTS):686 for combination in itertools.product(IP_VERSIONS, BANDS, INTERRUPTS):
35 public static final String INTERRUPTS = "INTERRUPTS"; field in BatteryStatsDetailedInfoItem166 batteryStatsComponent.put(INTERRUPTS, mInterruptItem.toJson()); in toJson()
34 public static final String INTERRUPTS = "INTERRUPT_INFO"; field in InterruptItem162 object.put(INTERRUPTS, interrupts); in toJson()