Searched refs:syncRemovePasspointConfig (Results 1 – 4 of 4) sorted by relevance
1812 public void syncRemovePasspointConfig() throws Exception { in syncRemovePasspointConfig() method in ClientModeImplTest1816 assertTrue(mCmi.syncRemovePasspointConfig(mCmiAsyncChannel, fqdn)); in syncRemovePasspointConfig()1822 assertFalse(mCmi.syncRemovePasspointConfig(mCmiAsyncChannel, fqdn)); in syncRemovePasspointConfig()1833 syncRemovePasspointConfig(); in syncRemovePasspointConfigInClientMode()
3516 verify(mClientModeImpl).syncRemovePasspointConfig(mAsyncChannel, fqdn); in testFactoryReset()3540 verify(mClientModeImpl, never()).syncRemovePasspointConfig(any(), anyString()); in testFactoryResetWithoutPasspointSupport()
2303 return mClientModeImpl.syncRemovePasspointConfig(mClientModeImplChannel, fqdn); in removePasspointConfiguration()
1779 public boolean syncRemovePasspointConfig(AsyncChannel channel, String fqdn) { in syncRemovePasspointConfig() method in ClientModeImpl