Home
last modified time | relevance | path

Searched refs:getUnexpiredBugReportsWithZipFile (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DBugStorageUtilsTest.java151 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()
176 List<MetaBugReport> bugReports = BugStorageUtils.getUnexpiredBugReportsWithZipFile( in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DExpireOldBugReportsJob.java73 BugStorageUtils.getUnexpiredBugReportsWithZipFile( in run()
DTtlPointsDecremental.java53 BugStorageUtils.getUnexpiredBugReportsWithZipFile( in run()
DBugStorageUtils.java224 static List<MetaBugReport> getUnexpiredBugReportsWithZipFile( in getUnexpiredBugReportsWithZipFile() method in BugStorageUtils