Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp116 case FormatUtils::VERSION_2: in newPolicyForDirectoryDict()
179 case FormatUtils::VERSION_2: in newPolicyForFileDict()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dformat_utils.h37 VERSION_2 = 2, enumerator
H A Dformat_utils.cpp30 case VERSION_2: in getFormatVersion()
/aosp12/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java406 static final byte VERSION_2 = 2; field in TestHarnessModeService.PersistentData
413 this(VERSION_2, adbKeys, adbTempKeys); in PersistentData()
447 dos.writeInt(VERSION_2); in toBytes()
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dformat_utils_test.cpp59 getBuffer(FormatUtils::MAGIC_NUMBER, FormatUtils::VERSION_2, 0, 0); in TEST()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.h116 case FormatUtils::VERSION_2: in getFormatVersionNumber()
H A Dheader_read_write_utils.cpp112 case FormatUtils::VERSION_2: in writeDictionaryVersion()