Searched refs:getSupportedFeatureSet (Results 1 – 14 of 14) sorted by relevance
713 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockAcquireCauseLlEnableNew()732 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockAcquireCauseLL_enableLegacy()751 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockReleaseCauseLlDisable()785 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockReleaseFailure()814 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyfail2DisablePowerSave()840 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoScreenOff()874 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoBackground()913 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoForeground()952 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyHiPerfLocks()996 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testForceLowLatency()[all …]
68 when(mWifiNative.getSupportedFeatureSet(any())) in setupWifiNative()123 when(mWifiNative.getSupportedFeatureSet(any())) in returnFirmwareRoamingNotSupported()
451 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()503 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()714 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()1173 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1198 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()1226 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1256 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()1320 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(ifaceName); in validateSetupClientInterface()1392 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(ifaceName); in validateSetupClientInterfaceForScan()1464 mInOrder.verify(mWifiVendorHal).getSupportedFeatureSet(ifaceName); in validateSetupSoftApInterface()
1334 when(mWifiNative.getSupportedFeatureSet(anyString())) in getfilterOpenUnsavedNetworks_filtersForOpenAndOweNetworksOweSupported()1366 when(mWifiNative.getSupportedFeatureSet(anyString())) in getfilterOpenUnsavedNetworks_filtersForOpenAndOweNetworksOweNotSupported()
818 assertEquals(expectedFeatureSet, mWifiVendorHal.getSupportedFeatureSet(TEST_IFACE_NAME)); in testGetSupportedFeatures()
63 mWifiNative.getSupportedFeatureSet(mWifiNative.getClientInterfaceName()); in getFirmwareRoamingInfo()
645 long supportedFeatures = mWifiNative.getSupportedFeatureSet(ifaceName); in getLowLatencyModeSupport()
445 mIsEnhancedOpenSupported = (mWifiNative.getSupportedFeatureSet( in isEnhancedOpenSupported()
949 mIsEnhancedOpenSupported = (mWifiNative.getSupportedFeatureSet(iface) in isEnhancedOpenSupported()
2629 public long getSupportedFeatureSet(@NonNull String ifaceName) { in getSupportedFeatureSet() method in WifiNative2649 | mWifiVendorHal.getSupportedFeatureSet(ifaceName); in getSupportedFeatureSetInternal()
1209 public long getSupportedFeatureSet(@NonNull String ifaceName) { in getSupportedFeatureSet() method in WifiVendorHal
3615 long featureSet = (mWifiNative.getSupportedFeatureSet(mInterfaceName)); in processMessage()
672 when(mWifiVendorHalMock.getSupportedFeatureSet(anyString())) in testGetSupportedFeatureSet()675 mWifiP2pNative.getSupportedFeatureSet(TEST_IFACE)); in testGetSupportedFeatureSet()676 verify(mWifiVendorHalMock).getSupportedFeatureSet(eq(TEST_IFACE)); in testGetSupportedFeatureSet()
845 public long getSupportedFeatureSet(@NonNull String ifaceName) { in getSupportedFeatureSet() method in WifiP2pNative846 return mWifiVendorHal.getSupportedFeatureSet(ifaceName); in getSupportedFeatureSet()