Home
last modified time | relevance | path

Searched refs:WAKELOCKS (Results 1 – 3 of 3) sorted by relevance

/tools/loganalysis/javatests/com/android/loganalysis/item/
DWakelockItemTest.java44 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()
/tools/loganalysis/src/com/android/loganalysis/item/
DBatteryStatsDetailedInfoItem.java33 public static final String WAKELOCKS = "WAKELOCKS"; field in BatteryStatsDetailedInfoItem
163 batteryStatsComponent.put(WAKELOCKS, mWakelockItem.toJson()); in toJson()
DWakelockItem.java35 public static final String WAKELOCKS = "WAKELOCKS_INFO"; field in WakelockItem
223 object.put(WAKELOCKS, wakeLocks); in toJson()