Searched refs:mExpectedFreqs (Results 1 – 1 of 1) sorted by relevance
1262 private final Set<Integer> mExpectedFreqs; field in WificondControlTest.ScanMatcher1266 this.mExpectedFreqs = expectedFreqs; in ScanMatcher()1277 if (mExpectedFreqs != null) { in matches()1282 if (!mExpectedFreqs.equals(freqSet)) { in matches()1311 return "ScanMatcher{mExpectedFreqs=" + mExpectedFreqs in toString()