Searched refs:setD2dAllowedWhenInfraStaDisabled (Results 1 – 7 of 7) sorted by relevance
512 void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed); in setD2dAllowedWhenInfraStaDisabled() method
1202 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) { in setD2dAllowedWhenInfraStaDisabled() method in BaseWifiService
12819 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) { in setD2dAllowedWhenInfraStaDisabled() method in WifiManager12821 mService.setD2dAllowedWhenInfraStaDisabled(isAllowed); in setD2dAllowedWhenInfraStaDisabled()
4341 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()
12614 () -> mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(true)); in testSetD2dAllowedWhenInfraStaDisabled()12620 mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(true); in testSetD2dAllowedWhenInfraStaDisabled()12624 mWifiServiceImpl.setD2dAllowedWhenInfraStaDisabled(false); in testSetD2dAllowedWhenInfraStaDisabled()
789 …roid.Manifest.permission.NETWORK_SETUP_WIZARD}) public void setD2dAllowedWhenInfraStaDisabled(bool…
8743 public void setD2dAllowedWhenInfraStaDisabled(boolean isAllowed) {