Searched refs:syncAddOrUpdatePasspointConfig (Results 1 – 4 of 4) sorted by relevance
2523 when(mClientModeImpl.syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2528 verify(mClientModeImpl).syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2532 when(mClientModeImpl.syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2536 verify(mClientModeImpl).syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()
1775 public void syncAddOrUpdatePasspointConfig() throws Exception { in syncAddOrUpdatePasspointConfig() method in ClientModeImplTest1784 assertTrue(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()1792 assertFalse(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()1804 syncAddOrUpdatePasspointConfig(); in syncAddOrUpdatePasspointConfigInClientMode()
2279 return mClientModeImpl.syncAddOrUpdatePasspointConfig(mClientModeImplChannel, config, in addOrUpdatePasspointConfiguration()
1758 public boolean syncAddOrUpdatePasspointConfig(AsyncChannel channel, in syncAddOrUpdatePasspointConfig() method in ClientModeImpl