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