Searched refs:publishType (Results 1 – 4 of 4) sorted by relevance
89 int publishType, int ttlSec, boolean enableTerminateNotification, in PublishConfig() argument94 mPublishType = publishType; in PublishConfig()143 int publishType = in.readInt();148 return new PublishConfig(serviceName, ssi, matchFilter, publishType,313 public Builder setPublishType(@PublishTypes int publishType) { in setPublishType() argument314 if (publishType < PUBLISH_TYPE_UNSOLICITED || publishType > PUBLISH_TYPE_SOLICITED) { in setPublishType()315 throw new IllegalArgumentException("Invalid publishType - " + publishType); in setPublishType()317 mPublishType = publishType; in setPublishType()
843 final int publishType = PublishConfig.PUBLISH_TYPE_SOLICITED; in testPublishConfigBuilder() local851 .setPublishType(publishType) in testPublishConfigBuilder()861 collector.checkThat("mPublishType", publishType, equalTo(publishConfig.mPublishType)); in testPublishConfigBuilder()873 final int publishType = PublishConfig.PUBLISH_TYPE_SOLICITED; in testPublishConfigParcel() local881 .setPublishType(publishType) in testPublishConfigParcel()
588 req.publishType = publishConfig.mPublishType; in publish()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...