Searched refs:getSupportedIfaceTypes (Results 1 – 4 of 4) sorted by relevance
443 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesError()1131 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV1()1156 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV1()1537 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV2()1562 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV2()1938 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV3()1963 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV3()2411 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV4()2436 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV4()
881 when(mHalDeviceManager.getSupportedIfaceTypes()) in testGetSupportedFeaturesCommon()
235 public Set<Integer> getSupportedIfaceTypes() { in getSupportedIfaceTypes() method in HalDeviceManager244 public Set<Integer> getSupportedIfaceTypes(IWifiChip chip) { in getSupportedIfaceTypes() method in HalDeviceManager
1706 Set<Integer> supportedIfaceTypes = mHalDeviceManager.getSupportedIfaceTypes(); in getSupportedFeatureSet()