Home
last modified time | relevance | path

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

/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java153 List<String> imeList = new ArrayList<>(); in getEnabledImes() local
162 imeList.add(line); in getEnabledImes()
166 String[] imeArray = new String[imeList.size()]; in getEnabledImes()
167 imeList.toArray(imeArray); in getEnabledImes()