Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2052 return mClientModeImpl.syncGetWifiConfigsForPasspointProfiles(fqdnList, in getWifiConfigsForPasspointProfiles()
DClientModeImpl.java1756 public List<WifiConfiguration> syncGetWifiConfigsForPasspointProfiles(List<String> fqdnList, in syncGetWifiConfigsForPasspointProfiles() method in ClientModeImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3831 mCmi.syncGetWifiConfigsForPasspointProfiles(null, mNullAsyncChannel)); in testSyncGetWifiConfigsForPasspointProfiles_doesNotReturnNull()