Searched refs:testName (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer3DictDecoderTests.java62 public void runTestOpenBuffer(final String testName, final DictionaryBufferFactory factory) { argument
65 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());
105 public void runTestGetBuffer(final String testName, final DictionaryBufferFactory factory) { argument
108 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());

Completed in 68 milliseconds