Searched refs:setTtlPoints (Results 1 – 3 of 3) sorted by relevance
88 bugUserPending_ttl_points1.toBuilder().setTtlPoints(0).build()); in test_decrementsTtlPointsForPendingBugReports()90 bugUserPending_ttl_points2.toBuilder().setTtlPoints(1).build()); in test_decrementsTtlPointsForPendingBugReports()92 bugUploadPending.toBuilder().setTtlPoints(1).build()); in test_decrementsTtlPointsForPendingBugReports()94 bugUploadFailed.toBuilder().setTtlPoints(1).build()); in test_decrementsTtlPointsForPendingBugReports()97 bugUploadedBefore.toBuilder().setTtlPoints(1).build()); in test_decrementsTtlPointsForPendingBugReports()
180 .setTtlPoints(ttlPoints)223 public abstract Builder setTtlPoints(int ttlPoints); in setTtlPoints() method in MetaBugReport.Builder
293 .setTtlPoints(getInt(c, COLUMN_TTL_POINTS)) in getBugreports()