Home
last modified time | relevance | path

Searched refs:syncGetConfiguredNetworks (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1379 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreEmptyFromAppWithoutPermission()
1398 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreEmptyOnSecurityException()
1417 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreVisibleFromPermittedApp()
1428 verify(mClientModeImpl).syncGetConfiguredNetworks(anyInt(), any(), eq(Process.WIFI_UID)); in testConfiguredNetworkListAreVisibleFromPermittedApp()
3662 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testFactoryReset()
3693 verify(mClientModeImpl).syncGetConfiguredNetworks(anyInt(), any(), anyInt()); in testFactoryResetWithoutPasspointSupport()
3718 verify(mClientModeImpl, never()).syncGetConfiguredNetworks(anyInt(), any(), anyInt()); in testFactoryResetWithoutNetworkSettingsPermission()
DClientModeImplTest.java865 List<WifiConfiguration> configs = mCmi.syncGetConfiguredNetworks(-1, mCmiAsyncChannel, in addNetworkAndVerifySuccess()
891 List<WifiConfiguration> configs = mCmi.syncGetConfiguredNetworks(-1, mCmiAsyncChannel, in getWifiConfigurationForNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1894 List<WifiConfiguration> configs = mClientModeImpl.syncGetConfiguredNetworks( in getConfiguredNetworks()
2994 List<WifiConfiguration> networks = mClientModeImpl.syncGetConfiguredNetworks( in factoryReset()
DClientModeImpl.java1652 public List<WifiConfiguration> syncGetConfiguredNetworks(int uuid, AsyncChannel channel, in syncGetConfiguredNetworks() method in ClientModeImpl