Home
last modified time | relevance | path

Searched refs:AfcChannelAllowance (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java52 private WifiChip.AfcChannelAllowance mAfcChannelAllowance;
85 WifiChip.AfcChannelAllowance afcChannelAllowance = new WifiChip.AfcChannelAllowance(); in fromSpectrumInquiryResponse()
242 public void setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) { in setAfcChannelAllowance()
278 public WifiChip.AfcChannelAllowance getAfcChannelAllowance() { in getAfcChannelAllowance()
DAfcManager.java228 private boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) { in setAfcChannelAllowance()
297 WifiChip.AfcChannelAllowance afcChannelAllowance = new WifiChip.AfcChannelAllowance(); in onCountryCodeChange()
DWifiShellCommand.java1944 WifiChip.AfcChannelAllowance afcChannelAllowance = in onCommand()
1945 new WifiChip.AfcChannelAllowance(); in onCommand()
DWifiVendorHal.java2098 public boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) {
DWifiNative.java5400 public boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiChipAidlImplTest.java36 import android.hardware.wifi.AfcChannelAllowance;
382 WifiChip.AfcChannelAllowance afcChannelAllowance = makeAfcChannelAllowance(); in testSetAfcChannelAllowance()
385 ArgumentCaptor<AfcChannelAllowance> afcChannelAllowanceCaptor = ArgumentCaptor.forClass( in testSetAfcChannelAllowance()
386 AfcChannelAllowance.class); in testSetAfcChannelAllowance()
388 AfcChannelAllowance halAfcChannelAllowance = afcChannelAllowanceCaptor.getValue(); in testSetAfcChannelAllowance()
421 WifiChip.AfcChannelAllowance makeAfcChannelAllowance() { in makeAfcChannelAllowance()
422 WifiChip.AfcChannelAllowance afcChannelAllowance = new WifiChip.AfcChannelAllowance(); in makeAfcChannelAllowance()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java29 import android.hardware.wifi.AfcChannelAllowance;
1739 private static AfcChannelAllowance frameworkToHalAfcChannelAllowance( in frameworkToHalAfcChannelAllowance()
1740 WifiChip.AfcChannelAllowance afcChannelAllowance) { in frameworkToHalAfcChannelAllowance()
1741 AfcChannelAllowance halAfcChannelAllowance = new AfcChannelAllowance(); in frameworkToHalAfcChannelAllowance()
1850 public boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) { in setAfcChannelAllowance()
1854 AfcChannelAllowance halAfcChannelAllowance = in setAfcChannelAllowance()
DIWifiChip.java472 boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance); in setAfcChannelAllowance()
DWifiChip.java296 public static class AfcChannelAllowance { class in WifiChip
967 public boolean setAfcChannelAllowance(AfcChannelAllowance afcChannelAllowance) { in setAfcChannelAllowance()
DWifiChipHidlImpl.java601 public boolean setAfcChannelAllowance(WifiChip.AfcChannelAllowance afcChannelAllowance) { in setAfcChannelAllowance()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java285 @Mock WifiChip.AfcChannelAllowance mAfcChannelAllowance;
DWifiVendorHalTest.java140 WifiChip.AfcChannelAllowance mAfcChannelAllowance;