Searched refs:VERSION202 (Results 1 – 4 of 4) sorted by relevance
174 public static final int VERSION202 = 202; field in FormatSpec180 public static final int MINIMUM_SUPPORTED_STATIC_VERSION = VERSION202;
123 int outputBinaryFormatVersion = FormatSpec.VERSION202; // the default version is 202. in Arguments()
176 && version != FormatSpec.VERSION202) { in process()
104 dictEncoder.writeDictionary(dict, new FormatOptions(FormatSpec.VERSION202, false)); in testGetRawDictWorks()