Searched refs:is24g5gDbsSupported (Results 1 – 4 of 4) sorted by relevance
544 public boolean is24g5gDbsSupported(WifiHal.WifiInterface iface) { in is24g5gDbsSupported() method in HalDeviceManager555 return is24g5gDbsSupported(iface); in is24g5gDbsSupportedOnP2pIface()
897 if (mHalDeviceManager.is24g5gDbsSupported(iface) in getSupportedFeatureSet()
3632 assertTrue(mDut.is24g5gDbsSupported(iface)); in test24g5gDbsSupport()3648 assertFalse(mDut.is24g5gDbsSupported(iface)); in test5g6gDbsSupport()3666 assertTrue(mDut.is24g5gDbsSupported(iface)); in test24g5gAnd5g6gDbsSupport()
572 when(mHalDeviceManager.is24g5gDbsSupported(any())).thenReturn(true); in testGetSupportedFeatures()