Searched refs:TEST_PNO_SETTINGS (Results 1 – 2 of 2) sorted by relevance
146 private static final WifiNative.PnoSettings TEST_PNO_SETTINGS = field in WifiNativeTest558 mWifiNative.startPnoScan(WIFI_IFACE_NAME, TEST_PNO_SETTINGS); in testStartPnoScan()560 WIFI_IFACE_NAME, TEST_PNO_SETTINGS); in testStartPnoScan()
184 private static final WifiNative.PnoSettings TEST_PNO_SETTINGS = field in WificondControlTest799 assertTrue(mWificondControl.startPnoScan(TEST_INTERFACE_NAME, TEST_PNO_SETTINGS)); in testStartPnoScan()800 verify(mWifiScannerImpl).startPnoScan(argThat(new PnoScanMatcher(TEST_PNO_SETTINGS))); in testStartPnoScan()892 assertFalse(mWificondControl.startPnoScan(TEST_INTERFACE_NAME, TEST_PNO_SETTINGS)); in testStartPnoScanForMetrics()