Searched refs:mClusterLow (Results 1 – 5 of 5) sorted by relevance
71 public final int mClusterLow; field in ConfigRequest88 mClusterLow = clusterLow; in ConfigRequest()96 + mMasterPreference + ", mClusterLow=" + mClusterLow + ", mClusterHigh=" in toString()110 dest.writeInt(mClusterLow); in writeToParcel()147 && mClusterLow == lhs.mClusterLow && mClusterHigh == lhs.mClusterHigh in equals()157 result = 31 * result + mClusterLow; in hashCode()177 if (mClusterLow < CLUSTER_ID_MIN) { in validate()180 if (mClusterLow > CLUSTER_ID_MAX) { in validate()189 if (mClusterLow > mClusterHigh) { in validate()218 private int mClusterLow = CLUSTER_ID_MIN; field in ConfigRequest.Builder[all …]
3126 clusterLow = configRequest.mClusterLow; in mergeConfigRequests()3144 clusterLow = cr.mClusterLow; in mergeConfigRequests()3147 if (clusterLow != cr.mClusterLow) return null; in mergeConfigRequests()
417 req.debugConfigs.clusterIdBottomRangeVal = (short) configRequest.mClusterLow; in enableAndConfigure()
576 equalTo(configRequest.mClusterLow)); in testConfigRequestBuilderDefaults()603 collector.checkThat("mClusterLow", clusterLow, equalTo(configRequest.mClusterLow)); in testConfigRequestBuilder()
45545 Landroid/net/wifi/aware/ConfigRequest$Builder;->mClusterLow:I45561 Landroid/net/wifi/aware/ConfigRequest;->mClusterLow:I