Home
last modified time | relevance | path

Searched refs:mExpectedScanType (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java1261 int mExpectedScanType; field in WificondControlTest.ScanMatcher
1265 this.mExpectedScanType = expectedScanType; in ScanMatcher()
1272 if (settings.scanType != mExpectedScanType) { in matches()