Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/nan/
DConfigRequest.java74 public final int mClusterHigh; field in ConfigRequest
81 mClusterHigh = clusterHigh; in ConfigRequest()
88 + mClusterHigh + "]"; in toString()
101 dest.writeInt(mClusterHigh); in writeToParcel()
133 && mClusterLow == lhs.mClusterLow && mClusterHigh == lhs.mClusterHigh; in equals()
143 result = 31 * result + mClusterHigh; in hashCode()
155 private int mClusterHigh; field in ConfigRequest.Builder
164 mClusterHigh = CLUSTER_ID_MAX; in Builder()
245 mClusterHigh = clusterHigh; in setClusterHigh()
254 if (mClusterLow > mClusterHigh) { in build()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanStateManager.java1144 if (cr.mClusterLow != 0 || cr.mClusterHigh != ConfigRequest.CLUSTER_ID_MAX) { in mergeConfigRequests()
1147 clusterHigh = cr.mClusterHigh; in mergeConfigRequests()
1150 clusterHigh = Math.max(clusterHigh, cr.mClusterHigh); in mergeConfigRequests()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanManagerTest.java61 collector.checkThat("mClusterHigh", clusterHigh, equalTo(configRequest.mClusterHigh)); in testConfigRequestBuilder()
DWifiNanStateManagerTest.java824 collector.checkThat("merge: stage 1: cluster high", crCapture.getValue().mClusterHigh, in testConfigs()
845 collector.checkThat("merge: stage 2: cluster high", crCapture.getValue().mClusterHigh, in testConfigs()