Searched refs:mMatchType (Results 1 – 3 of 3) sorted by relevance
37 private int mMatchType; field in Threshold46 this.mMatchType = matchType; in Threshold()56 this.mMatchType = t.mMatchType; in Threshold()66 this.mMatchType = t.mMatchType; in Threshold()115 return mMatchType; in getMatchType()119 this.mMatchType = matchType; in setMatchType()133 switch (this.mMatchType) { in isMatching()154 && this.mMatchType == th.mMatchType in equals()166 mMatchType, in hashCode()184 + mMatchType in toString()[all …]
649 private final int mMatchType; field in AccessNetworkSelectionPolicyBuilder.AnspItem658 mMatchType = -1; in AnspItem()672 mMatchType = matchType; in AnspItem()726 return mMatchType; in getMatchType()
36 private int mMatchType = QnsConstants.THRESHOLD_EQUAL_OR_SMALLER; field in ThresholdTest43 mAccessNetwork, mMeasurementType, mThresholdValue, mMatchType, mWaitTime); in setUp()114 Assert.assertEquals(mMatchType, mThreshold.getMatchType()); in testGetMatchType()