Home
last modified time | relevance | path

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

/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java142 private static final PnoSettings TEST_PNO_SETTINGS = new PnoSettings(); field in WifiNl80211ManagerTest
144 TEST_PNO_SETTINGS.setIntervalMillis(6000);
157 TEST_PNO_SETTINGS.setPnoNetworks(initPnoNetworks);
628 mWificondControl.startPnoScan(TEST_INTERFACE_NAME, TEST_PNO_SETTINGS, Runnable::run, in testStartPnoScan()
630 verify(mWifiScannerImpl).startPnoScan(eq(TEST_PNO_SETTINGS)); in testStartPnoScan()
724 mWificondControl.startPnoScan(TEST_INTERFACE_NAME, TEST_PNO_SETTINGS, Runnable::run, in testStartPnoScanForMetrics()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java171 private static final WifiNative.PnoSettings TEST_PNO_SETTINGS = field in WifiNativeTest
811 mWifiNative.startPnoScan(WIFI_IFACE_NAME, TEST_PNO_SETTINGS); in testStartPnoScanOnRequestProcessed()
816 eq(TEST_PNO_SETTINGS.toNativePnoSettings()), any(), captor.capture()); in testStartPnoScanOnRequestProcessed()
826 mWifiNative.startPnoScan(WIFI_IFACE_NAME, TEST_PNO_SETTINGS); in testStartPnoScanOnRequestFailed()
831 eq(TEST_PNO_SETTINGS.toNativePnoSettings()), any(), captor.capture()); in testStartPnoScanOnRequestFailed()