Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DValue.java32 private final ArrayList<Str> mList; field in Value
41 mList = new ArrayList(); in Value()
42 mList.add(new Str("")); in Value()
45 mList = null; in Value()
52 mList = null; in Value()
58 mList = new ArrayList(list); in Value()
70 return mList; in getList()
104 if (val.mList.size() == 0) { in normalize()
109 final int size = val.mList.size(); in normalize()
112 String s = val.mList.get(i).toString().trim(); in normalize()
[all …]