Searched defs:publishType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
H A DPublishConfig.java89 int publishType, int ttlSec, boolean enableTerminateNotification,
94 mPublishType = publishType;
143 int publishType = in.readInt();
148 return new PublishConfig(serviceName, ssi, matchFilter, publishType,
194 throw new IllegalArgumentException("Invalid publishType - " + mPublishType);
305 * @param publishType Publish session type:
312 public Builder setPublishType(@PublishTypes int publishType) { argument
313 if (publishType < PUBLISH_TYPE_UNSOLICITED || publishType > PUBLISH_TYPE_SOLICITED) {
314 throw new IllegalArgumentException("Invalid publishType
88 PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, int publishType, int ttlSec, boolean enableTerminateNotification, boolean enableRanging) argument
[all...]

Completed in 173 milliseconds