Home
last modified time | relevance | path

Searched refs:is24g5gDbsSupported (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java544 public boolean is24g5gDbsSupported(WifiHal.WifiInterface iface) { in is24g5gDbsSupported() method in HalDeviceManager
555 return is24g5gDbsSupported(iface); in is24g5gDbsSupportedOnP2pIface()
DWifiVendorHal.java897 if (mHalDeviceManager.is24g5gDbsSupported(iface) in getSupportedFeatureSet()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java3632 assertTrue(mDut.is24g5gDbsSupported(iface)); in test24g5gDbsSupport()
3648 assertFalse(mDut.is24g5gDbsSupported(iface)); in test5g6gDbsSupport()
3666 assertTrue(mDut.is24g5gDbsSupported(iface)); in test24g5gAnd5g6gDbsSupport()
DWifiVendorHalTest.java572 when(mHalDeviceManager.is24g5gDbsSupported(any())).thenReturn(true); in testGetSupportedFeatures()