Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DLinkedNode.java68 public static <T extends LinkedNode> List<T> newList() { in newList() method in LinkedNode
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1920 List<String> newList = null; in getCandiagtesForCache() local
1924 newList = mIPinyinDecoderService.imGetChoiceList( in getCandiagtesForCache()
1927 newList = mIPinyinDecoderService.imGetPredictList( in getCandiagtesForCache()
1930 newList = new ArrayList<String>(); in getCandiagtesForCache()
1936 if (null != s) newList.add(s.toString()); in getCandiagtesForCache()
1941 mCandidatesList.addAll(newList); in getCandiagtesForCache()