Searched defs:category (Results 1 – 14 of 14) sorted by relevance
75 public Double getCpuUsage(CpuUsageCategory category) { in getCpuUsage()82 public void setCpuUsage(CpuUsageCategory category, Double usage) { in setCpuUsage()89 public Double getLoad(LoadCategory category) { in getLoad()96 public void setLoad(LoadCategory category, Double usage) { in setLoad()
72 … public WakelockInfoItem(String name, long heldTime, int lockedCount, WakeLockCategory category) { in WakelockInfoItem()86 WakeLockCategory category) { in WakelockInfoItem()149 WakeLockCategory category) { in addWakeLock()162 WakeLockCategory category) { in addWakeLock()169 public List<WakelockInfoItem> getWakeLocks(WakeLockCategory category) { in getWakeLocks()
68 InterruptCategory category) { in InterruptInfoItem()106 InterruptCategory category) { in addInterrupt()113 public List<InterruptInfoItem> getInterrupts(InterruptCategory category) { in getInterrupts()
152 public void addCategory(String category) { in addCategory()322 public Integer getDroppedCount(DroppedCategory category) { in getDroppedCount()329 public void setDroppedCount(DroppedCategory category, int count) { in setDroppedCount()
94 public void setCategory(String category) { in setCategory()
109 public List<MiscKernelLogItem> getMiscEvents(String category) { in getMiscEvents()
140 public List<MiscLogcatItem> getMiscEvents(String category) { in getMiscEvents()
182 public void setCategory(String category) { in setCategory()
48 public PatternInfo(Pattern pattern, Object extras, String category) { in PatternInfo()63 public void addPattern(Pattern pattern, String category) { in addPattern()75 public void addPattern(Pattern pattern, Object extras, String category) { in addPattern()
88 void parseKernelWakeLock(String line, WakeLockCategory category) { in parseKernelWakeLock()112 void parsePartialWakeLock(String line, WakeLockCategory category) { in parsePartialWakeLock()
385 String category = mPatternUtil.checkMessage(msg, new ExtrasPattern( in commit() local470 public void addPattern(Pattern pattern, String level, String tag, String category) { in addPattern()530 public void addJavaCrashTag(String level, String tag, String category) { in addJavaCrashTag()607 public CrashTag(String level, String tag, String category) { in CrashTag()
156 String category = mPatternUtil.checkMessage(message); in checkAndAddKernelEvent() local
83 optional Category category = 1; field
251 val category: Category, constant in com.android.tools.metalava.Issues.Issue