Searched refs:mPublishType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | PublishConfig.java | 76 public final int mPublishType; field in PublishConfig 94 mPublishType = publishType; in PublishConfig() 111 + ", mPublishType=" + mPublishType + ", mTtlSec=" + mTtlSec in toString() 126 dest.writeInt(mPublishType); in writeToParcel() 167 && mPublishType == lhs.mPublishType in equals() 176 Arrays.hashCode(mMatchFilter), mPublishType, mTtlSec, mEnableTerminateNotification, in hashCode() 194 if (mPublishType < PUBLISH_TYPE_UNSOLICITED || mPublishType > PUBLISH_TYPE_SOLICITED) { in assertValid() 195 throw new IllegalArgumentException("Invalid publishType - " + mPublishType); in assertValid() 233 private int mPublishType = PUBLISH_TYPE_UNSOLICITED; field in PublishConfig.Builder 317 mPublishType = publishType; in setPublishType() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 573 publishConfig.mPublishType == PublishConfig.PUBLISH_TYPE_UNSOLICITED in publish() 588 req.publishType = publishConfig.mPublishType; in publish()
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 830 collector.checkThat("mPublishType", publishConfig.mPublishType, in testPublishConfigBuilderDefaults() 861 collector.checkThat("mPublishType", publishType, equalTo(publishConfig.mPublishType)); in testPublishConfigBuilder()
|