Searched refs:mEnableInstantMode (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | PublishConfig.java | 104 private final boolean mEnableInstantMode; field in PublishConfig 133 mEnableInstantMode = enableInstantMode; in PublishConfig() 156 + ", mEnableInstantMode=" + mEnableInstantMode in toString() 179 dest.writeBoolean(mEnableInstantMode); in writeToParcel() 240 && mEnableInstantMode == lhs.mEnableInstantMode in equals() 252 mEnableRanging, mEnableInstantMode, mBand, mSecurityConfig, mPairingConfig, in hashCode() 298 if (mEnableInstantMode) { in assertValid() 337 return mEnableInstantMode; in isInstantCommunicationModeEnabled() 428 private boolean mEnableInstantMode = false; field in PublishConfig.Builder 639 mEnableInstantMode = enabled; in setInstantCommunicationModeEnabled() [all …]
|
D | SubscribeConfig.java | 206 private final boolean mEnableInstantMode; field in SubscribeConfig 259 mEnableInstantMode = enableInstantMode; in SubscribeConfig() 291 + ", mEnableInstantMode=" + mEnableInstantMode in toString() 323 dest.writeBoolean(mEnableInstantMode); in writeToParcel() 399 && mEnableInstantMode == lhs.mEnableInstantMode in equals() 432 mMaxDistanceMmSet, mEnableInstantMode, mBand, mIsSuspendable, mVendorData, in hashCode() 488 if (mEnableInstantMode) { in assertValid() 552 return mEnableInstantMode; in isInstantCommunicationModeEnabled() 726 private boolean mEnableInstantMode; field in SubscribeConfig.Builder 967 mEnableInstantMode = enabled; in setInstantCommunicationModeEnabled() [all …]
|