Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1975 return mClientModeImpl.syncGetAllMatchingFqdnsForScanResults(scanResults, in getAllMatchingFqdnsForScanResults()
DClientModeImpl.java1690 Map<String, Map<Integer, List<ScanResult>>> syncGetAllMatchingFqdnsForScanResults( in syncGetAllMatchingFqdnsForScanResults() method in ClientModeImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3803 mCmi.syncGetAllMatchingFqdnsForScanResults(null, mNullAsyncChannel)); in testSyncGetAllMatchingFqdnsForScanResult_doesNotReturnNull()