Home
last modified time | relevance | path

Searched refs:getAllMatchingFqdnsForScanResults (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl66 Map getAllMatchingFqdnsForScanResults(in List<ScanResult> scanResult); in getAllMatchingFqdnsForScanResults() method
DWifiManager.java1244 mService.getAllMatchingFqdnsForScanResults( in getAllMatchingWifiConfigs()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java842 public void getAllMatchingFqdnsForScanResults() { in getAllMatchingFqdnsForScanResults() method in PasspointManagerTest
877 mManager.getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults()
927 assertEquals(0, mManager.getAllMatchingFqdnsForScanResults(null).size()); in getAllMatchingFqdnsForScanResultsWithNullScanResult()
940 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsWithNullBSSID()
953 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in ggetAllMatchingFqdnsForScanResultsWithInvalidBSSID()
965 mManager.getAllMatchingFqdnsForScanResults(Arrays.asList(scanResult)).size()); in getAllMatchingFqdnsForScanResultsForNonPasspointAP()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java93 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in BaseWifiService
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1295 when(mWifiService.getAllMatchingFqdnsForScanResults(any(List.class))).thenReturn(fqdns); in testGetAllMatchingWifiConfigs()
1300 inOrder.verify(mWifiService).getAllMatchingFqdnsForScanResults(any(List.class)); in testGetAllMatchingWifiConfigs()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java878 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in PasspointManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1917 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in WifiServiceImpl
DClientModeImpl.java4534 mPasspointManager.getAllMatchingFqdnsForScanResults( in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2547 mWifiServiceImpl.getAllMatchingFqdnsForScanResults(new ArrayList<>()); in testGetAllMatchingFqdnsForScanResultsWithoutPermissions()
/frameworks/base/config/
Dboot-image-profile.txt10771 HSPLandroid/net/wifi/IWifiManager$Stub$Proxy;->getAllMatchingFqdnsForScanResults(Ljava/util/List;)L…