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