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/
DClientModeImplTest.java1895 public void syncAddOrUpdatePasspointConfig() throws Exception { in syncAddOrUpdatePasspointConfig() method in ClientModeImplTest
1904 assertTrue(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()
1912 assertFalse(mCmi.syncAddOrUpdatePasspointConfig( in syncAddOrUpdatePasspointConfig()
1924 syncAddOrUpdatePasspointConfig(); in syncAddOrUpdatePasspointConfigInClientMode()
DWifiServiceImplTest.java2678 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2326 return mClientModeImpl.syncAddOrUpdatePasspointConfig(mClientModeImplChannel, config, in addOrUpdatePasspointConfiguration()
DClientModeImpl.java1775 public boolean syncAddOrUpdatePasspointConfig(AsyncChannel channel, in syncAddOrUpdatePasspointConfig() method in ClientModeImpl