Searched refs:KEY_VERSION (Results 1 – 9 of 9) sorted by relevance
35 KEY_VERSION to "$version", in snapshot()67 private const val KEY_VERSION = "version" constant
50 private static final String KEY_VERSION = "version"; field in VirtualMachineConfig139 final int version = b.getInt(KEY_VERSION); in from()172 b.putInt(KEY_VERSION, VERSION); in serialize()
46 private static final String KEY_VERSION = "version"; field in DbDowngradeHelper77 DbDowngradeHelper helper = new DbDowngradeHelper(obj.getInt(KEY_VERSION)); in parse()
66 private static final String KEY_VERSION = "version"; field in AppManagementFragment143 Preference version = getPreferenceScreen().findPreference(KEY_VERSION); in onResume()182 version.setKey(KEY_VERSION); // Set key to avoid from creating multi instance. in onResume()
38 public static final String KEY_VERSION = "pref_version_key"; field in CameraSettings309 version = pref.getInt(KEY_VERSION, 0); in upgradeGlobalPreferences()348 editor.putInt(KEY_VERSION, CURRENT_VERSION); in upgradeGlobalPreferences()
61 private static final String KEY_VERSION = "version"; field in AppManagementFragment244 Preference versionPreference = findPreference(KEY_VERSION); in updatePrefs()247 versionPreference.setKey(KEY_VERSION); in updatePrefs()
60 private static final String KEY_VERSION = "version"; field in AppManagementState337 .getOrCreatePrefCompat(KEY_VERSION); in updatePrefs()
184 private static final String KEY_VERSION = "__carrier_config_package_version__"; field in CarrierConfigLoader1018 config.putString(KEY_VERSION, version); in saveConfigToXml()1095 String savedVersion = restoredBundle.getString(KEY_VERSION); in restoreConfigFromXml()1096 restoredBundle.remove(KEY_VERSION); in restoreConfigFromXml()
331 const val KEY_VERSION = "preferences_version" constant