Searched refs:is5g6gDbsSupportedOnP2pIface (Results 1 – 3 of 3) sorted by relevance
1043 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()
994 return mHalDeviceManager.is5g6gDbsSupportedOnP2pIface(mP2pIfaceName); in is5g6gDbsSupported()
572 public boolean is5g6gDbsSupportedOnP2pIface(String ifaceName) { in is5g6gDbsSupportedOnP2pIface() method in HalDeviceManager