HomeSort by relevance Sort by last modified time
    Searched defs:getConfigList (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/config/
IConfigurationFactory.java 135 public List<String> getConfigList();
138 * Variation of {@link #getConfigList()} where we want to reduce the listing to only a
142 * the same behavior as {@link #getConfigList()}.
144 public List<String> getConfigList(String subPath);
ConfigurationFactory.java 591 public List<String> getConfigList() {
592 return getConfigList(null);
599 public List<String> getConfigList(String subPath) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 158 milliseconds