Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2523 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()
DClientModeImplTest.java1775 public void syncAddOrUpdatePasspointConfig() throws Exception { in syncAddOrUpdatePasspointConfig() method in ClientModeImplTest
1784 assertTrue(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()
1792 assertFalse(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()
1804 syncAddOrUpdatePasspointConfig(); in syncAddOrUpdatePasspointConfigInClientMode()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2279 return mClientModeImpl.syncAddOrUpdatePasspointConfig(mClientModeImplChannel, config, in addOrUpdatePasspointConfiguration()
DClientModeImpl.java1758 public boolean syncAddOrUpdatePasspointConfig(AsyncChannel channel, in syncAddOrUpdatePasspointConfig() method in ClientModeImpl