Searched refs:mMeasurementType (Results 1 – 3 of 3) sorted by relevance
35 private int mMeasurementType; field in Threshold44 this.mMeasurementType = measurementType; in Threshold()54 this.mMeasurementType = t.mMeasurementType; in Threshold()64 this.mMeasurementType = t.mMeasurementType; in Threshold()99 return mMeasurementType; in getMeasurementType()103 this.mMeasurementType = measurementType; in setMeasurementType()152 && this.mMeasurementType == th.mMeasurementType in equals()164 mMeasurementType, in hashCode()180 + mMeasurementType in toString()193 switch (mMeasurementType) { in toShortString()[all …]
648 private final int mMeasurementType; field in AccessNetworkSelectionPolicyBuilder.AnspItem657 mMeasurementType = -1; in AnspItem()671 mMeasurementType = measurementType; in AnspItem()722 return mMeasurementType; in getMeasurementType()
35 private int mMeasurementType = SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSRP; field in ThresholdTest43 mAccessNetwork, mMeasurementType, mThresholdValue, mMatchType, mWaitTime); in setUp()90 Assert.assertEquals(mMeasurementType, mThreshold.getMeasurementType()); in testGetMeasurementType()