Home
last modified time | relevance | path

Searched refs:is5g6gDbsSupportedOnP2pIface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java1043 when(mHalDeviceManagerMock.is5g6gDbsSupportedOnP2pIface(any())).thenReturn(true); in testDbsSupport()
1045 when(mHalDeviceManagerMock.is5g6gDbsSupportedOnP2pIface(any())).thenReturn(false); in testDbsSupport()
1056 when(mHalDeviceManagerMock.is5g6gDbsSupportedOnP2pIface(any())).thenReturn(true); in testDbsSupportWhenHalDeviceManagerNotSupported()
1058 when(mHalDeviceManagerMock.is5g6gDbsSupportedOnP2pIface(any())).thenReturn(false); in testDbsSupportWhenHalDeviceManagerNotSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java994 return mHalDeviceManager.is5g6gDbsSupportedOnP2pIface(mP2pIfaceName); in is5g6gDbsSupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java572 public boolean is5g6gDbsSupportedOnP2pIface(String ifaceName) { in is5g6gDbsSupportedOnP2pIface() method in HalDeviceManager