Searched refs:setPublishCount (Results 1 – 4 of 4) sorted by relevance
335 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublishSettingsBuilder()351 new PublishSettings.Builder().setPublishCount(-4); in testPublishSettingsBuilderNegativeCount()367 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublishSettingsParcel()
203 .setPublishCount(publishCount).build(); in testPublish()283 .setPublishCount(publishCount).build(); in testPublishNoCallbacks()917 .setPublishCount(publishCount).build(); in testDisconnectWithPendingTransactions()993 .setPublishCount(publishCount).build(); in testDestroySessionWithPendingTransactions()
659 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublish()
168 public Builder setPublishCount(int publishCount) { in setPublishCount() method in PublishSettings.Builder