Searched refs:CLUSTER_ID_MAX (Results 1 – 4 of 4) sorted by relevance
43 public static final int CLUSTER_ID_MAX = 0xFFFF; field in ConfigRequest180 if (mClusterLow > CLUSTER_ID_MAX) { in validate()186 if (mClusterHigh > CLUSTER_ID_MAX) { in validate()219 private int mClusterHigh = CLUSTER_ID_MAX;275 if (clusterLow > CLUSTER_ID_MAX) { in setClusterLow()300 if (clusterHigh > CLUSTER_ID_MAX) { in setClusterHigh()
573 collector.checkThat("mClusterHigh", ConfigRequest.CLUSTER_ID_MAX, in testConfigRequestBuilderDefaults()648 new ConfigRequest.Builder().setClusterLow(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterLowAboveMax()653 new ConfigRequest.Builder().setClusterHigh(ConfigRequest.CLUSTER_ID_MAX + 1); in testConfigRequestBuilderClusterHighAboveMax()
3119 int clusterHigh = ConfigRequest.CLUSTER_ID_MAX; in mergeConfigRequests()
45555 Landroid/net/wifi/aware/ConfigRequest;->CLUSTER_ID_MAX:I