Searched refs:mEnableInstantMode (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | SubscribeConfig.java | 109 private final boolean mEnableInstantMode; field in SubscribeConfig 135 mEnableInstantMode = enableInstantMode; in SubscribeConfig() 159 + ", mEnableInstantMode=" + mEnableInstantMode in toString() 183 dest.writeBoolean(mEnableInstantMode); in writeToParcel() 241 && mEnableInstantMode == lhs.mEnableInstantMode in equals() 264 mMaxDistanceMmSet, mEnableInstantMode, mBand, mIsSuspendable, mVendorData); in hashCode() 315 if (mEnableInstantMode) { in assertValid() 353 return mEnableInstantMode; in isInstantCommunicationModeEnabled() 425 private boolean mEnableInstantMode; field in SubscribeConfig.Builder 650 mEnableInstantMode = enabled; in setInstantCommunicationModeEnabled() [all …]
|
D | PublishConfig.java | 102 private final boolean mEnableInstantMode; field in PublishConfig 128 mEnableInstantMode = enableInstantMode; in PublishConfig() 150 + ", mEnableInstantMode=" + mEnableInstantMode in toString() 172 dest.writeBoolean(mEnableInstantMode); in writeToParcel() 229 && mEnableInstantMode == lhs.mEnableInstantMode in equals() 241 mEnableRanging, mEnableInstantMode, mBand, mSecurityConfig, mPairingConfig, in hashCode() 287 if (mEnableInstantMode) { in assertValid() 318 return mEnableInstantMode; in isInstantCommunicationModeEnabled() 397 private boolean mEnableInstantMode = false; field in PublishConfig.Builder 580 mEnableInstantMode = enabled; in setInstantCommunicationModeEnabled() [all …]
|