Searched refs:setPostTime (Results 1 – 7 of 7) sorted by relevance
207 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime() method in NotificationEntryBuilder208 mSbnBuilder.setPostTime(postTime); in setPostTime()
117 .setPostTime(newPostTime) in incrementPost()
177 public SbnBuilder setPostTime(long postTime) { in setPostTime() method in SbnBuilder
434 .setPostTime(System.currentTimeMillis()) in createBubble()561 .setPostTime(System.currentTimeMillis()) in generateRow()
1197 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime() method in BubbleDataTest1251 setPostTime(entry, postTime); in sendUpdatedEntryAtTime()
281 addGroupSummary(3, PACKAGE_1, GROUP_1).setPostTime(22); in testDuplicateGroupSummariesAreDiscarded()282 addGroupSummary(4, PACKAGE_1, GROUP_1).setPostTime(33); in testDuplicateGroupSummariesAreDiscarded()284 addGroupSummary(6, PACKAGE_1, GROUP_1).setPostTime(11); in testDuplicateGroupSummariesAreDiscarded()
1671 .setPostTime(SBN_POST_TIME) in createNotification()