Searched defs:SYS_PROP_SETTING_VERSION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java667 public static final String SYS_PROP_SETTING_VERSION = "sys.settings_system_version"; field in class:Settings.System
723 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,
1982 public static final String SYS_PROP_SETTING_VERSION = "sys.settings_secure_version"; field in class:Settings.Secure
1995 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,

Completed in 69 milliseconds