Home
last modified time | relevance | path

Searched refs:setD2dAllowedWhenInfraStaDisabled (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl512 void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed); in setD2dAllowedWhenInfraStaDisabled() method
DBaseWifiService.java1202 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) { in setD2dAllowedWhenInfraStaDisabled() method in BaseWifiService
DWifiManager.java12819 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) { in setD2dAllowedWhenInfraStaDisabled() method in WifiManager
12821 mService.setD2dAllowedWhenInfraStaDisabled(isAllowed); in setD2dAllowedWhenInfraStaDisabled()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java4341 mWifiManager.setD2dAllowedWhenInfraStaDisabled(true); in testSetD2dAllowedInfraStaDisabled()
4342 verify(mWifiService).setD2dAllowedWhenInfraStaDisabled(true); in testSetD2dAllowedInfraStaDisabled()
4343 mWifiManager.setD2dAllowedWhenInfraStaDisabled(false); in testSetD2dAllowedInfraStaDisabled()
4344 verify(mWifiService).setD2dAllowedWhenInfraStaDisabled(false); in testSetD2dAllowedInfraStaDisabled()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java12614 () -> mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(true)); in testSetD2dAllowedWhenInfraStaDisabled()
12620 mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(true); in testSetD2dAllowedWhenInfraStaDisabled()
12624 mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(false); in testSetD2dAllowedWhenInfraStaDisabled()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt789 …roid.Manifest.permission.NETWORK_SETUP_WIZARD}) public void setD2dAllowedWhenInfraStaDisabled(bool…
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java8743 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) {