Searched refs:VERSION_KEY (Results 1 – 2 of 2) sorted by relevance
83 private static final String VERSION_KEY = "version"; field in CarrierIdProvider224 final MatrixCursor cursor = new MatrixCursor(new String[] {VERSION_KEY}); in query()569 return sp.getInt(VERSION_KEY, -1); in getAppliedVersion()579 editor.putInt(VERSION_KEY, version); in setAppliedVersion()
66 private static String VERSION_KEY = "version"; field in BinaryDictionaryGetter209 final String version = header.mDictionaryOptions.mAttributes.get(VERSION_KEY); in hackCanUseDictionaryFile()