Searched refs:syncGetConfiguredNetworks (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 1379 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()
|
D | ClientModeImplTest.java | 865 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/ |
D | WifiServiceImpl.java | 1894 List<WifiConfiguration> configs = mClientModeImpl.syncGetConfiguredNetworks( in getConfiguredNetworks() 2994 List<WifiConfiguration> networks = mClientModeImpl.syncGetConfiguredNetworks( in factoryReset()
|
D | ClientModeImpl.java | 1652 public List<WifiConfiguration> syncGetConfiguredNetworks(int uuid, AsyncChannel channel, in syncGetConfiguredNetworks() method in ClientModeImpl
|