Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/aware/
DPublishConfig.java89 int publishType, int ttlSec, boolean enableTerminateNotification, in PublishConfig() argument
94 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() argument
314 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()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java843 final int publishType = PublishConfig.PUBLISH_TYPE_SOLICITED; in testPublishConfigBuilder() local
851 .setPublishType(publishType) in testPublishConfigBuilder()
861 collector.checkThat("mPublishType", publishType, equalTo(publishConfig.mPublishType)); in testPublishConfigBuilder()
873 final int publishType = PublishConfig.PUBLISH_TYPE_SOLICITED; in testPublishConfigParcel() local
881 .setPublishType(publishType) in testPublishConfigParcel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java588 req.publishType = publishConfig.mPublishType; in publish()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...