Searched refs:bugReports (Results 1 – 4 of 4) sorted by relevance
164 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints() local167 assertThat(bugReports).containsExactly(bugUserPending, bugUserPendingTtlPoints1, in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()193 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints() local196 assertThat(bugReports).containsExactly(bugUserPendingTtlPoints0, in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
212 void setDataset(List<MetaBugReport> bugReports) { in setDataset() argument213 mDataset = new ArrayList<>(bugReports); in setDataset()
261 ArrayList<MetaBugReport> bugReports = new ArrayList<>(); in getBugreports() local295 bugReports.add(meta); in getBugreports()299 return bugReports; in getBugreports()
202 List<MetaBugReport> bugReports = BugStorageUtils.getUploadPendingBugReports(mContext); in doInBackground() local205 for (MetaBugReport bugReport : bugReports) { in doInBackground()