Searched refs:enableTdlsWithRemoteIpAddress (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ClientModeDefaults.java | 125 default boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method
|
D | ClientMode.java | 150 boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable); in enableTdlsWithRemoteIpAddress() method
|
D | ConcreteClientModeManager.java | 1502 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ConcreteClientModeManager 1503 return getClientMode().enableTdlsWithRemoteIpAddress(remoteIpAddress, enable); in enableTdlsWithRemoteIpAddress()
|
D | WifiServiceImpl.java | 5228 public void enableTdlsWithRemoteIpAddress(String remoteAddress, boolean enable, 5247 .enableTdlsWithRemoteIpAddress(remoteAddress, enable));
|
D | ClientModeImpl.java | 2014 public boolean enableTdlsWithRemoteIpAddress(String remoteIpAddress, boolean enable) { in enableTdlsWithRemoteIpAddress() method in ClientModeImpl
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 278 …void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in IBooleanListener lis… in enableTdlsWithRemoteIpAddress() method
|
D | BaseWifiService.java | 580 public void enableTdlsWithRemoteIpAddress(String remoteIPAddress, boolean enable, in enableTdlsWithRemoteIpAddress() method in BaseWifiService
|
D | WifiManager.java | 6345 mService.enableTdlsWithRemoteIpAddress(remoteIPAddress.getHostAddress(), enable, in setTdlsEnabled()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 9718 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()
|