Searched refs:mExpectedPnoSettings (Results 1 – 1 of 1) sorted by relevance
1319 private final WifiNative.PnoSettings mExpectedPnoSettings; field in WificondControlTest.PnoScanMatcher1321 this.mExpectedPnoSettings = expectedPnoSettings; in PnoScanMatcher()1325 if (mExpectedPnoSettings == null) { in matches()1328 if (settings.intervalMs != mExpectedPnoSettings.periodInMs in matches()1329 || settings.min2gRssi != mExpectedPnoSettings.min24GHzRssi in matches()1330 || settings.min5gRssi != mExpectedPnoSettings.min5GHzRssi) { in matches()1333 if (settings.pnoNetworks == null || mExpectedPnoSettings.networkList == null) { in matches()1336 if (settings.pnoNetworks.size() != mExpectedPnoSettings.networkList.length) { in matches()1341 if (!mExpectedPnoSettings.networkList[i].ssid.equals(NativeUtil.encodeSsid( in matches()1345 boolean isNetworkHidden = (mExpectedPnoSettings.networkList[i].flags in matches()[all …]