Searched refs:bugReports (Results 1 – 4 of 4) sorted by relevance
151 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints() local154 assertThat(bugReports).containsExactly(bugUserPending, bugUserPending_ttl_points1, in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()176 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints() local179 assertThat(bugReports).containsExactly(bugUserPending_ttl_points0, in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
175 void setDataset(List<MetaBugReport> bugReports) { in setDataset() argument176 mDataset = new ArrayList<>(bugReports); in setDataset()
258 ArrayList<MetaBugReport> bugReports = new ArrayList<>(); in getBugreports() local292 bugReports.add(meta); in getBugreports()296 return bugReports; in getBugreports()
183 List<MetaBugReport> bugReports = BugStorageUtils.getUploadPendingBugReports(mContext); in doInBackground() local185 for (MetaBugReport bugReport : bugReports) { in doInBackground()