Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java5646 assertEquals(Collections.EMPTY_LIST, mWifiConnectivityManager.retrievePnoNetworkList()); in testExternalPnoScanRequest_gatedBylocationMode()
5651 mWifiConnectivityManager.retrievePnoNetworkList(); in testExternalPnoScanRequest_gatedBylocationMode()
5690 mWifiConnectivityManager.retrievePnoNetworkList(); in testExternalPnoScanRequest_withSavedNetworks()
5759 mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoList()
5775 pnoNetworks = mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoList()
5784 pnoNetworks = mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoList()
5792 pnoNetworks = mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoList()
5816 mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoListFrequencies()
5835 pnoNetworks = mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoListFrequencies()
5846 pnoNetworks = mWifiConnectivityManager.retrievePnoNetworkList(); in testRetrievePnoListFrequencies()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java2498 List<PnoSettings.PnoNetwork> pnoNetworkList = retrievePnoNetworkList(); in startDisconnectedPnoScan()
2616 public List<PnoSettings.PnoNetwork> retrievePnoNetworkList() { in retrievePnoNetworkList() method in WifiConnectivityManager