Searched refs:getSupportedIfaceTypes (Results 1 – 4 of 4) sorted by relevance
438 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesError()1345 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV1()1370 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV1()1622 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV2()1647 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV2()1887 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV3()1912 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV3()2137 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV4()2162 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV4()
815 when(mHalDeviceManager.getSupportedIfaceTypes()) in testGetSupportedFeatures()
203 public Set<Integer> getSupportedIfaceTypes() { in getSupportedIfaceTypes() method in HalDeviceManager212 public Set<Integer> getSupportedIfaceTypes(IWifiChip chip) { in getSupportedIfaceTypes() method in HalDeviceManager
1243 Set<Integer> supportedIfaceTypes = mHalDeviceManager.getSupportedIfaceTypes(); in getSupportedFeatureSet()