Searched refs:syncGetPasspointConfigs (Results 1 – 4 of 4) sorted by relevance
3510 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()
1841 public void syncGetPasspointConfigs() throws Exception { in syncGetPasspointConfigs() method in ClientModeImplTest1852 assertEquals(expectedConfigs, mCmi.syncGetPasspointConfigs(mCmiAsyncChannel)); in syncGetPasspointConfigs()1859 assertTrue(mCmi.syncGetPasspointConfigs(mCmiAsyncChannel).isEmpty()); in syncGetPasspointConfigs()
2331 return mClientModeImpl.syncGetPasspointConfigs(mClientModeImplChannel); in getPasspointConfigurations()2957 List<PasspointConfiguration> configs = mClientModeImpl.syncGetPasspointConfigs( in factoryReset()
1794 public List<PasspointConfiguration> syncGetPasspointConfigs(AsyncChannel channel) { in syncGetPasspointConfigs() method in ClientModeImpl