Searched refs:mClusterHigh (Results 1 – 4 of 4) sorted by relevance
74 public final int mClusterHigh; field in ConfigRequest81 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.Builder164 mClusterHigh = CLUSTER_ID_MAX; in Builder()245 mClusterHigh = clusterHigh; in setClusterHigh()254 if (mClusterLow > mClusterHigh) { in build()[all …]
1144 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()
61 collector.checkThat("mClusterHigh", clusterHigh, equalTo(configRequest.mClusterHigh)); in testConfigRequestBuilder()
824 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()