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

/frameworks/base/core/java/android/provider/
H A DSettings.java755 * System settings, containing miscellaneous system preferences. This
759 public static final class System extends NameValueTable { class in class:Settings
811 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
831 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
846 Log.w(TAG, "Setting " + name + " has moved from android.provider.Settings.System"
1070 outConfig.fontScale = Settings.System.getFloat(
1094 return Settings.System.putFloat(cr, FONT_SCALE, config.fontScale);
1440 * System/notifications volume. This is used internally, changing this

Completed in 5305 milliseconds