Searched refs:WAKELOCKS (Results 1 – 3 of 3) sorted by relevance
44 assertTrue(output.has(WakelockItem.WAKELOCKS)); in testToJson()45 assertTrue(output.get(WakelockItem.WAKELOCKS) instanceof JSONArray); in testToJson()47 JSONArray wakelockInfo = output.getJSONArray(WakelockItem.WAKELOCKS); in testToJson()
33 public static final String WAKELOCKS = "WAKELOCKS"; field in BatteryStatsDetailedInfoItem163 batteryStatsComponent.put(WAKELOCKS, mWakelockItem.toJson()); in toJson()
35 public static final String WAKELOCKS = "WAKELOCKS_INFO"; field in WakelockItem223 object.put(WAKELOCKS, wakeLocks); in toJson()