Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DSupplicantPnoScannerTest.java279 when(mWifiNative.enableNetworkWithoutConnect(anyInt())).thenReturn(true); in startSuccessfulPnoScan()
310 order.verify(mWifiNative).enableNetworkWithoutConnect(network.networkId); in expectSuccessfulHwDisconnectedPnoScan()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DSupplicantWifiScannerImpl.java668 if (!mWifiNative.enableNetworkWithoutConnect(network.networkId)) { in setNetworkPriorities()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java505 public boolean enableNetworkWithoutConnect(int netId) { in enableNetworkWithoutConnect() method in WifiNative