Searched refs:CLUSTER_ID_MAX (Results 1 – 3 of 3) sorted by relevance
44 public static final int CLUSTER_ID_MAX = 0xFFFF; field in ConfigRequest164 mClusterHigh = CLUSTER_ID_MAX; in Builder()217 if (clusterLow > CLUSTER_ID_MAX) { in setClusterLow()241 if (clusterHigh > CLUSTER_ID_MAX) { in setClusterHigh()
108 new ConfigRequest.Builder().setClusterLow(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterLowAboveMax()114 new ConfigRequest.Builder().setClusterHigh(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterHighAboveMax()
1134 int clusterHigh = ConfigRequest.CLUSTER_ID_MAX; in mergeConfigRequests()1144 if (cr.mClusterLow != 0 || cr.mClusterHigh != ConfigRequest.CLUSTER_ID_MAX) { in mergeConfigRequests()