Home
last modified time | relevance | path

Searched refs:enableTdlsWithRemoteIpAddress (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeDefaults.java125 default boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method
DClientMode.java150 boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable); in enableTdlsWithRemoteIpAddress() method
DConcreteClientModeManager.java1502 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ConcreteClientModeManager
1503 return getClientMode().enableTdlsWithRemoteIpAddress(remoteIpAddress, enable); in enableTdlsWithRemoteIpAddress()
DWifiServiceImpl.java5228 public void enableTdlsWithRemoteIpAddress(String remoteAddress, boolean enable,
5247 .enableTdlsWithRemoteIpAddress(remoteAddress, enable));
DClientModeImpl.java2014 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ClientModeImpl
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl278 …void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in IBooleanListener lis… in enableTdlsWithRemoteIpAddress() method
DBaseWifiService.java580 public void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in enableTdlsWithRemoteIpAddress() method in BaseWifiService
DWifiManager.java6345 mService.enableTdlsWithRemoteIpAddress(remoteIPAddress.getHostAddress(), enable, in setTdlsEnabled()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java9718 when(mClientModeManager.enableTdlsWithRemoteIpAddress(TEST_IP, true)) in testEnabledTdlsWithIpAddressCallback()
9720 mWifiServiceImpl.enableTdlsWithRemoteIpAddress(TEST_IP, true, listener); in testEnabledTdlsWithIpAddressCallback()
9724 when(mClientModeManager.enableTdlsWithRemoteIpAddress(TEST_IP, false)) in testEnabledTdlsWithIpAddressCallback()
9726 mWifiServiceImpl.enableTdlsWithRemoteIpAddress(TEST_IP, false, listener); in testEnabledTdlsWithIpAddressCallback()