Searched refs:is5g6gDbsSupported (Results 1 – 7 of 7) sorted by relevance
1044 assertTrue(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupport()1046 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupport()1057 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupportWhenHalDeviceManagerNotSupported()1059 assertFalse(mWifiP2pNative.is5g6gDbsSupported()); in testDbsSupportWhenHalDeviceManagerNotSupported()
6288 when(mWifiNative.is5g6gDbsSupported()).thenReturn(true); in testGroupOwnerIntentSelectionWith5GHzStaConnectionWith24g5gDbs5g6gDbs()6308 when(mWifiNative.is5g6gDbsSupported()).thenReturn(true); in testGroupOwnerIntentSelectionWith6GHzStaConnectionWith5g6gDbs()
990 public boolean is5g6gDbsSupported() { in is5g6gDbsSupported() method in WifiP2pNative
7586 if (mWifiNative.is5g6gDbsSupported()) { in selectGroupOwnerIntentIfNecessary()7592 if (mWifiNative.is5g6gDbsSupported()) { in selectGroupOwnerIntentIfNecessary()
564 public boolean is5g6gDbsSupported(WifiHal.WifiInterface iface) { in is5g6gDbsSupported() method in HalDeviceManager575 return is5g6gDbsSupported(iface); in is5g6gDbsSupportedOnP2pIface()
898 || mHalDeviceManager.is5g6gDbsSupported(iface)) { in getSupportedFeatureSet()
3633 assertFalse(mDut.is5g6gDbsSupported(iface)); in test24g5gDbsSupport()3649 assertTrue(mDut.is5g6gDbsSupported(iface)); in test5g6gDbsSupport()3667 assertTrue(mDut.is5g6gDbsSupported(iface)); in test24g5gAnd5g6gDbsSupport()