Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java118 List<String> imeList = new ArrayList<>(); in getEnabledImes() local
127 imeList.add(line); in getEnabledImes()
131 String[] imeArray = new String[imeList.size()]; in getEnabledImes()
132 imeList.toArray(imeArray); in getEnabledImes()