Home
last modified time | relevance | path

Searched refs:mPublishType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DPublishConfig.java91 public final int mPublishType; field in PublishConfig
124 mPublishType = publishType; in PublishConfig()
147 + ", mPublishType=" + mPublishType + ", mTtlSec=" + mTtlSec in toString()
168 dest.writeInt(mPublishType); in writeToParcel()
225 && mPublishType == lhs.mPublishType in equals()
240 Arrays.hashCode(mMatchFilter), mPublishType, mTtlSec, mEnableTerminateNotification, in hashCode()
259 if (mPublishType < PUBLISH_TYPE_UNSOLICITED || mPublishType > PUBLISH_TYPE_SOLICITED) { in assertValid()
260 throw new IllegalArgumentException("Invalid publishType - " + mPublishType); in assertValid()
393 private int mPublishType = PUBLISH_TYPE_UNSOLICITED; field in PublishConfig.Builder
486 mPublishType = publishType; in setPublishType()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceHidlImpl.java641 publishConfig.mPublishType == PublishConfig.PUBLISH_TYPE_UNSOLICITED in publishInternal()
671 req.publishType = publishConfig.mPublishType; in publishInternal()
694 publishConfig.mPublishType == PublishConfig.PUBLISH_TYPE_UNSOLICITED in publishInternal()
727 req.publishType = publishConfig.mPublishType; in publishInternal()
DWifiNanIfaceAidlImpl.java823 if (publishConfig.mPublishType == PublishConfig.PUBLISH_TYPE_UNSOLICITED) { in createNanPublishRequest()
867 req.publishType = publishConfig.mPublishType; in createNanPublishRequest()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java957 collector.checkThat("mPublishType", publishConfig.mPublishType, in testPublishConfigBuilderDefaults()
998 collector.checkThat("mPublishType", publishType, equalTo(publishConfig.mPublishType)); in testPublishConfigBuilder()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt184 Landroid/net/wifi/aware/PublishConfig$Builder;->mPublishType:I
193 Landroid/net/wifi/aware/PublishConfig;->mPublishType:I