Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderEncoderTests.java285 BinaryDictUtils.STATIC_OPTIONS, getContext().getCacheDir()); in testCharacterTableIsPresent()
330 BinaryDictUtils.STATIC_OPTIONS); in testReadAndWriteWithByteBuffer()
344 BinaryDictUtils.STATIC_OPTIONS); in testReadAndWriteWithByteArray()
472 BinaryDictUtils.STATIC_OPTIONS);
483 BinaryDictUtils.STATIC_OPTIONS);
593 BinaryDictUtils.STATIC_OPTIONS);
595 BinaryDictUtils.STATIC_OPTIONS);
603 final FormatOptions formatOptions = BinaryDictUtils.STATIC_OPTIONS;
627 final FormatOptions formatOptions = BinaryDictUtils.STATIC_OPTIONS;
H A DBinaryDictUtils.java31 public static final FormatSpec.FormatOptions STATIC_OPTIONS = field in BinaryDictUtils
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtilsTests.java157 final FormatOptions formatOptions = BinaryDictUtils.STATIC_OPTIONS; in runTestHeaderReaderProcessorWithOneSpec()