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.java1240 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreEmptyFromAppWithoutPermission()
1259 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreEmptyOnSecurityException()
1278 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testConfiguredNetworkListAreVisibleFromPermittedApp()
1289 verify(mClientModeImpl).syncGetConfiguredNetworks(anyInt(), any(), eq(Process.WIFI_UID)); in testConfiguredNetworkListAreVisibleFromPermittedApp()
3508 when(mClientModeImpl.syncGetConfiguredNetworks(anyInt(), any(), anyInt())) in testFactoryReset()
3538 verify(mClientModeImpl).syncGetConfiguredNetworks(anyInt(), any(), anyInt()); in testFactoryResetWithoutPasspointSupport()
3562 verify(mClientModeImpl, never()).syncGetConfiguredNetworks(anyInt(), any(), anyInt()); in testFactoryResetWithoutConnectivityInternalPermission()
DClientModeImplTest.java854 List<WifiConfiguration> configs = mCmi.syncGetConfiguredNetworks(-1, mCmiAsyncChannel, in addNetworkAndVerifySuccess()
880 List<WifiConfiguration> configs = mCmi.syncGetConfiguredNetworks(-1, mCmiAsyncChannel, in getWifiConfigurationForNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1847 List<WifiConfiguration> configs = mClientModeImpl.syncGetConfiguredNetworks( in getConfiguredNetworks()
2946 List<WifiConfiguration> networks = mClientModeImpl.syncGetConfiguredNetworks( in factoryReset()
DClientModeImpl.java1635 public List<WifiConfiguration> syncGetConfiguredNetworks(int uuid, AsyncChannel channel, in syncGetConfiguredNetworks() method in ClientModeImpl