Searched refs:mClusterLow (Results 1 – 5 of 5) sorted by relevance
77 public final int mClusterLow; field in ConfigRequest95 mClusterLow = clusterLow; in ConfigRequest()105 + ", mClusterLow=" + mClusterLow in toString()120 dest.writeInt(mClusterLow); in writeToParcel()160 && mClusterLow == lhs.mClusterLow && mClusterHigh == lhs.mClusterHigh in equals()171 result = 31 * result + mClusterLow; in hashCode()191 if (mClusterLow < CLUSTER_ID_MIN) { in validate()194 if (mClusterLow > CLUSTER_ID_MAX) { in validate()203 if (mClusterLow > mClusterHigh) { in validate()238 private int mClusterLow = CLUSTER_ID_MIN; field in ConfigRequest.Builder[all …]
496 req.debugConfigs.clusterIdBottomRangeVal = (short) configRequest.mClusterLow; in enableAndConfigure()554 req.debugConfigs.clusterIdBottomRangeVal = (short) configRequest.mClusterLow; in enableAndConfigure()
3390 clusterLow = configRequest.mClusterLow; in mergeConfigRequests()3413 clusterLow = cr.mClusterLow; in mergeConfigRequests()3416 if (clusterLow != cr.mClusterLow) return null; in mergeConfigRequests()
627 equalTo(configRequest.mClusterLow)); in testConfigRequestBuilderDefaults()661 collector.checkThat("mClusterLow", clusterLow, equalTo(configRequest.mClusterLow)); in testConfigRequestBuilder()
45 Landroid/net/wifi/aware/ConfigRequest$Builder;->mClusterLow:I61 Landroid/net/wifi/aware/ConfigRequest;->mClusterLow:I