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

/frameworks/base/core/java/android/provider/
H A DSettings.java781 * System settings, containing miscellaneous system preferences. This
785 public static final class System extends NameValueTable { class in class:Settings
838 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
858 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
873 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
1097 outConfig.fontScale = Settings.System.getFloat(
1121 return Settings.System.putFloat(cr, FONT_SCALE, config.fontScale);
1488 * System/notifications volume. This is used internally, changing this
1753 * Control whether the rotation lock toggle in the System UI should be hidden.

Completed in 1690 milliseconds