Searched refs:ttlPoints (Results 1 – 3 of 3) sorted by relevance
168 int ttlPoints = in.readInt();180 .setTtlPoints(ttlPoints)223 public abstract Builder setTtlPoints(int ttlPoints); in setTtlPoints() argument
105 private MetaBugReport createBugReport(String timestamp, Status status, int ttlPoints) { in createBugReport() argument113 if (ttlPoints != USE_DEFAULT_TTL_POINTS) { in createBugReport()114 values.put(BugStorageProvider.COLUMN_TTL_POINTS, ttlPoints); in createBugReport()
201 String timestamp, Status status, int type, int ttlPoints) { in createBugReport() argument209 if (ttlPoints != USE_DEFAULT_TTL_POINTS) { in createBugReport()210 values.put(BugStorageProvider.COLUMN_TTL_POINTS, ttlPoints); in createBugReport()