Searched refs:mClusterLow (Results 1 – 4 of 4) sorted by relevance
66 public final int mClusterLow; field in ConfigRequest80 mClusterLow = clusterLow; in ConfigRequest()87 + mMasterPreference + ", mClusterLow=" + mClusterLow + ", mClusterHigh=" in toString()100 dest.writeInt(mClusterLow); in writeToParcel()133 && mClusterLow == lhs.mClusterLow && mClusterHigh == lhs.mClusterHigh; in equals()142 result = 31 * result + mClusterLow; in hashCode()154 private int mClusterLow; field in ConfigRequest.Builder163 mClusterLow = 0; in Builder()221 mClusterLow = clusterLow; in setClusterLow()254 if (mClusterLow > mClusterHigh) { in build()[all …]
1144 if (cr.mClusterLow != 0 || cr.mClusterHigh != ConfigRequest.CLUSTER_ID_MAX) { in mergeConfigRequests()1146 clusterLow = cr.mClusterLow; in mergeConfigRequests()1149 clusterLow = Math.min(clusterLow, cr.mClusterLow); in mergeConfigRequests()
62 collector.checkThat("mClusterLow", clusterLow, equalTo(configRequest.mClusterLow)); in testConfigRequestBuilder()
822 collector.checkThat("merge: stage 1: cluster low", crCapture.getValue().mClusterLow, in testConfigs()843 collector.checkThat("merge: stage 2: cluster low", crCapture.getValue().mClusterLow, in testConfigs()