Home
last modified time | relevance | path

Searched refs:dynamicConfigFeatures (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java332 List<String> dynamicConfigFeatures = DynamicConfigFileReader.getValuesFromConfig( in getBusinessLogicFeatures() local
335 dynamicConfigFeatures.retainAll(deviceFeatures); in getBusinessLogicFeatures()
336 return dynamicConfigFeatures; in getBusinessLogicFeatures()