Searched refs:syncAddOrUpdatePasspointConfig (Results 1 – 4 of 4) sorted by relevance
1895 public void syncAddOrUpdatePasspointConfig() throws Exception { in syncAddOrUpdatePasspointConfig() method in ClientModeImplTest1904 assertTrue(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()1912 assertFalse(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()1924 syncAddOrUpdatePasspointConfig(); in syncAddOrUpdatePasspointConfigInClientMode()
2678 when(mClientModeImpl.syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2683 verify(mClientModeImpl).syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2687 when(mClientModeImpl.syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()2691 verify(mClientModeImpl).syncAddOrUpdatePasspointConfig(any(), in testAddPasspointProfileViaAddNetwork()
2326 return mClientModeImpl.syncAddOrUpdatePasspointConfig(mClientModeImplChannel, config, in addOrUpdatePasspointConfiguration()
1775 public boolean syncAddOrUpdatePasspointConfig(AsyncChannel channel, in syncAddOrUpdatePasspointConfig() method in ClientModeImpl