Searched refs:getSupportedIfaceTypes (Results 1 – 4 of 4) sorted by relevance
417 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesError()1562 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV1()1585 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV1()2144 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV2()2167 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV2()2579 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV3()2602 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV3()3106 Set<Integer> results = mDut.getSupportedIfaceTypes(); in testGetSupportedIfaceTypesAllTestChipV4()3129 Set<Integer> results = mDut.getSupportedIfaceTypes(chipMock.chip); in testGetSupportedIfaceTypesOneChipTestChipV4()
569 when(mHalDeviceManager.getSupportedIfaceTypes()) in testGetSupportedFeatures()
291 public Set<Integer> getSupportedIfaceTypes() { in getSupportedIfaceTypes() method in HalDeviceManager300 public Set<Integer> getSupportedIfaceTypes(WifiChip chip) { in getSupportedIfaceTypes() method in HalDeviceManager
908 Set<Integer> supportedIfaceTypes = mHalDeviceManager.getSupportedIfaceTypes(); in getSupportedFeatureSet()