Searched refs:getLogsForTag (Results 1 – 3 of 3) sorted by relevance
208 List<LogItem> tag1Items = ShadowLog.getLogsForTag(tag); in assertUniformLogsForTag()285 assertThat(ShadowLog.getLogsForTag("non_existent")).isEmpty(); in getLogsForTag_empty()290 assertThat(ShadowLog.getLogsForTag("tag1")).isEmpty(); in clear()292 assertThat(ShadowLog.getLogsForTag("tag1")).isNotEmpty(); in clear()294 assertThat(ShadowLog.getLogsForTag("tag1")).isEmpty(); in clear()
52 List<LogItem> logItems = ShadowLog.getLogsForTag("PackageParser"); in callParsePackage()
190 public static List<LogItem> getLogsForTag(String tag) { in getLogsForTag() method in ShadowLog