Home
last modified time | relevance | path

Searched refs:ttlPoints (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DMetaBugReport.java168 int ttlPoints = in.readInt();
180 .setTtlPoints(ttlPoints)
223 public abstract Builder setTtlPoints(int ttlPoints); in setTtlPoints() argument
/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DTtlPointsDecrementalTest.java105 private MetaBugReport createBugReport(String timestamp, Status status, int ttlPoints) { in createBugReport() argument
113 if (ttlPoints != USE_DEFAULT_TTL_POINTS) { in createBugReport()
114 values.put(BugStorageProvider.COLUMN_TTL_POINTS, ttlPoints); in createBugReport()
DBugStorageUtilsTest.java201 String timestamp, Status status, int type, int ttlPoints) { in createBugReport() argument
209 if (ttlPoints != USE_DEFAULT_TTL_POINTS) { in createBugReport()
210 values.put(BugStorageProvider.COLUMN_TTL_POINTS, ttlPoints); in createBugReport()