Searched refs:mClusterLow (Results 1 - 4 of 4) sorted by path

/frameworks/base/wifi/java/android/net/wifi/nan/
H A DConfigRequest.java66 public final int mClusterLow; field in class:ConfigRequest
70 * {@link ConfigRequest#mClusterLow}.
80 mClusterLow = clusterLow;
87 + mMasterPreference + ", mClusterLow=" + mClusterLow + ", mClusterHigh="
100 dest.writeInt(mClusterLow);
133 && mClusterLow == lhs.mClusterLow && mClusterHigh == lhs.mClusterHigh;
142 result = 31 * result + mClusterLow;
154 private int mClusterLow; field in class:ConfigRequest.Builder
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanStateManager.java1144 if (cr.mClusterLow != 0 || cr.mClusterHigh != ConfigRequest.CLUSTER_ID_MAX) {
1146 clusterLow = cr.mClusterLow;
1149 clusterLow = Math.min(clusterLow, cr.mClusterLow);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanManagerTest.java62 collector.checkThat("mClusterLow", clusterLow, equalTo(configRequest.mClusterLow));
H A DWifiNanStateManagerTest.java822 collector.checkThat("merge: stage 1: cluster low", crCapture.getValue().mClusterLow,
843 collector.checkThat("merge: stage 2: cluster low", crCapture.getValue().mClusterLow,

Completed in 50 milliseconds