Searched refs:CLUSTER_ID_MAX (Results 1 – 4 of 4) sorted by relevance
60 public static final int CLUSTER_ID_MAX = 0xFFFF; field in ConfigRequest245 if (mClusterLow > CLUSTER_ID_MAX) { in validate()251 if (mClusterHigh > CLUSTER_ID_MAX) { in validate()312 private int mClusterHigh = CLUSTER_ID_MAX;387 if (clusterLow > CLUSTER_ID_MAX) { in setClusterLow()413 if (clusterHigh > CLUSTER_ID_MAX) { in setClusterHigh()
655 collector.checkThat("mClusterHigh", ConfigRequest.CLUSTER_ID_MAX, in testConfigRequestBuilderDefaults()747 new ConfigRequest.Builder().setClusterLow(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterLowAboveMax()752 new ConfigRequest.Builder().setClusterHigh(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterHighAboveMax()
625 || clusterId > ConfigRequest.CLUSTER_ID_MAX) { in onCommand()5536 int clusterHigh = ConfigRequest.CLUSTER_ID_MAX; in mergeConfigRequests()
55 Landroid/net/wifi/aware/ConfigRequest;->CLUSTER_ID_MAX:I