Home
last modified time | relevance | path

Searched refs:setPublishCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanManagerTest.java335 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublishSettingsBuilder()
351 new PublishSettings.Builder().setPublishCount(-4); in testPublishSettingsBuilderNegativeCount()
367 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublishSettingsParcel()
DWifiNanStateManagerTest.java203 .setPublishCount(publishCount).build(); in testPublish()
283 .setPublishCount(publishCount).build(); in testPublishNoCallbacks()
917 .setPublishCount(publishCount).build(); in testDisconnectWithPendingTransactions()
993 .setPublishCount(publishCount).build(); in testDestroySessionWithPendingTransactions()
DWifiNanHalTest.java659 .setPublishCount(publishCount).setTtlSec(publishTtl).build(); in testPublish()
/frameworks/base/wifi/java/android/net/wifi/nan/
DPublishSettings.java168 public Builder setPublishCount(int publishCount) { in setPublishCount() method in PublishSettings.Builder