Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3510 when(mClientModeImpl.syncGetPasspointConfigs(any())).thenReturn(Arrays.asList(config)); in testFactoryReset()
3539 verify(mClientModeImpl, never()).syncGetPasspointConfigs(any()); in testFactoryResetWithoutPasspointSupport()
3563 verify(mClientModeImpl, never()).syncGetPasspointConfigs(any()); in testFactoryResetWithoutConnectivityInternalPermission()
DClientModeImplTest.java1841 public void syncGetPasspointConfigs() throws Exception { in syncGetPasspointConfigs() method in ClientModeImplTest
1852 assertEquals(expectedConfigs, mCmi.syncGetPasspointConfigs(mCmiAsyncChannel)); in syncGetPasspointConfigs()
1859 assertTrue(mCmi.syncGetPasspointConfigs(mCmiAsyncChannel).isEmpty()); in syncGetPasspointConfigs()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2331 return mClientModeImpl.syncGetPasspointConfigs(mClientModeImplChannel); in getPasspointConfigurations()
2957 List<PasspointConfiguration> configs = mClientModeImpl.syncGetPasspointConfigs( in factoryReset()
DClientModeImpl.java1794 public List<PasspointConfiguration> syncGetPasspointConfigs(AsyncChannel channel) { in syncGetPasspointConfigs() method in ClientModeImpl