Home
last modified time | relevance | path

Searched refs:getSupportedSimultaneousBandCombinations (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl484 void getSupportedSimultaneousBandCombinations(in IWifiBandsListener listener, in Bundle extras); in getSupportedSimultaneousBandCombinations() method
DBaseWifiService.java1127 public void getSupportedSimultaneousBandCombinations(IWifiBandsListener listener, in getSupportedSimultaneousBandCombinations() method in BaseWifiService
DWifiManager.java12213 public void getSupportedSimultaneousBandCombinations( in getSupportedSimultaneousBandCombinations() method in WifiManager
12224 mService.getSupportedSimultaneousBandCombinations(new IWifiBandsListener.Stub() { in getSupportedSimultaneousBandCombinations()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java12193 () -> mWifiServiceImpl.getSupportedSimultaneousBandCombinations(listener, mExtras)); in testSupportedBandCombinations()
12199 () -> mWifiServiceImpl.getSupportedSimultaneousBandCombinations(null, mExtras)); in testSupportedBandCombinations()
12205 mWifiServiceImpl.getSupportedSimultaneousBandCombinations(listener, mExtras); in testSupportedBandCombinations()
12223 mWifiServiceImpl.getSupportedSimultaneousBandCombinations(listener, mExtras); in testSupportedBandCombinations()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt742 …t.permission.MANAGE_WIFI_NETWORK_SELECTION) public void getSupportedSimultaneousBandCombinations(@…
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java8315 public void getSupportedSimultaneousBandCombinations(@NonNull IWifiBandsListener listener,