Searched refs:CLUSTER_ID_MAX (Results 1 – 4 of 4) sorted by relevance
43 public static final int CLUSTER_ID_MAX = 0xFFFF; field in ConfigRequest194 if (mClusterLow > CLUSTER_ID_MAX) { in validate()200 if (mClusterHigh > CLUSTER_ID_MAX) { in validate()239 private int mClusterHigh = CLUSTER_ID_MAX;309 if (clusterLow > CLUSTER_ID_MAX) { in setClusterLow()334 if (clusterHigh > CLUSTER_ID_MAX) { in setClusterHigh()
624 collector.checkThat("mClusterHigh", ConfigRequest.CLUSTER_ID_MAX, in testConfigRequestBuilderDefaults()709 new ConfigRequest.Builder().setClusterLow(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterLowAboveMax()714 new ConfigRequest.Builder().setClusterHigh(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterHighAboveMax()
3382 int clusterHigh = ConfigRequest.CLUSTER_ID_MAX; in mergeConfigRequests()
55 Landroid/net/wifi/aware/ConfigRequest;->CLUSTER_ID_MAX:I