Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DWifiAwareNetworkSpecifier.java165 private final boolean mForcedChannel; field in WifiAwareNetworkSpecifier
185 return mForcedChannel; in isChannelRequired()
209 this.mForcedChannel = forcedChannel; in WifiAwareNetworkSpecifier()
230 this.mForcedChannel = false; in WifiAwareNetworkSpecifier()
293 dest.writeBoolean(mForcedChannel); in writeToParcel()
311 port, transportProtocol, mChannelInMhz, mForcedChannel, mSecurityConfig); in hashCode()
336 && mForcedChannel == lhs.mForcedChannel in equals()
356 .append(", forceChannel=").append(mForcedChannel) in toString()