Searched refs:newList (Results 1 – 2 of 2) sorted by relevance
68 public static <T extends LinkedNode> List<T> newList() { in newList() method in LinkedNode
1920 List<String> newList = null; in getCandiagtesForCache() local1924 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()