Home
last modified time | relevance | path

Searched refs:is5g6gDbsSupported (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java1044 assertTrue(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupport()
1046 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupport()
1057 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupportWhenHalDeviceManagerNotSupported()
1059 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupportWhenHalDeviceManagerNotSupported()
DWifiP2pServiceImplTest.java6288 when(mWifiNative.is5g6gDbsSupported()).thenReturn(true); in testGroupOwnerIntentSelectionWith5GHzStaConnectionWith24g5gDbs5g6gDbs()
6308 when(mWifiNative.is5g6gDbsSupported()).thenReturn(true); in testGroupOwnerIntentSelectionWith6GHzStaConnectionWith5g6gDbs()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java990 public boolean is5g6gDbsSupported() { in is5g6gDbsSupported() method in WifiP2pNative
DWifiP2pServiceImpl.java7586 if (mWifiNative.is5g6gDbsSupported()) { in selectGroupOwnerIntentIfNecessary()
7592 if (mWifiNative.is5g6gDbsSupported()) { in selectGroupOwnerIntentIfNecessary()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java564 public boolean is5g6gDbsSupported(WifiHal.WifiInterface iface) { in is5g6gDbsSupported() method in HalDeviceManager
575 return is5g6gDbsSupported(iface); in is5g6gDbsSupportedOnP2pIface()
DWifiVendorHal.java898 || mHalDeviceManager.is5g6gDbsSupported(iface)) { in getSupportedFeatureSet()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java3633 assertFalse(mDut.is5g6gDbsSupported(iface)); in test24g5gDbsSupport()
3649 assertTrue(mDut.is5g6gDbsSupported(iface)); in test5g6gDbsSupport()
3667 assertTrue(mDut.is5g6gDbsSupported(iface)); in test24g5gAnd5g6gDbsSupport()