Home
last modified time | relevance | path

Searched refs:mIsSuspendable (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DSubscribeConfig.java115 private final boolean mIsSuspendable; field in SubscribeConfig
138 mIsSuspendable = isSuspendable; in SubscribeConfig()
162 + ", mIsSuspendable=" + mIsSuspendable in toString()
186 dest.writeBoolean(mIsSuspendable); in writeToParcel()
243 && mIsSuspendable == lhs.mIsSuspendable in equals()
264 mMaxDistanceMmSet, mEnableInstantMode, mBand, mIsSuspendable, mVendorData); in hashCode()
323 if (mIsSuspendable && !characteristics.isSuspensionSupported()) { in assertValid()
390 return mIsSuspendable; in isSuspendable()
428 private boolean mIsSuspendable = false; field in SubscribeConfig.Builder
699 mIsSuspendable = isSuspendable; in setSuspendable()
[all …]
DPublishConfig.java110 private final boolean mIsSuspendable; field in PublishConfig
132 mIsSuspendable = isSuspendable; in PublishConfig()
154 + ", mIsSuspendable=" + mIsSuspendable in toString()
176 dest.writeBoolean(mIsSuspendable); in writeToParcel()
231 && mIsSuspendable == lhs.mIsSuspendable in equals()
242 mIsSuspendable, mVendorData); in hashCode()
295 if (mIsSuspendable && !characteristics.isSuspensionSupported()) { in assertValid()
365 return mIsSuspendable; in isSuspendable()
401 private boolean mIsSuspendable = false; field in PublishConfig.Builder
660 mIsSuspendable = isSuspendable; in setSuspendable()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java71 private boolean mIsSuspendable; field in WifiAwareDiscoverySessionState
108 mIsSuspendable = isSuspendable; in WifiAwareDiscoverySessionState()
148 return mIsSuspendable; in isSuspendable()