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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSettings.java25 public class Settings { class
34 private static Settings mInstance = null;
40 protected Settings(SharedPreferences pref) { method in class:Settings
45 public static Settings getInstance(SharedPreferences pref) {
47 mInstance = new Settings(pref);
/packages/apps/Phone/src/com/android/phone/
H A DRespondViaSmsManager.java83 // Preference keys for the 4 "canned responses"; see RespondViaSmsManager$Settings.
362 * Settings activity under "Call settings" to let you manage the
365 public static class Settings extends PreferenceActivity class in class:RespondViaSmsManager
370 if (DBG) log("Settings: onCreate()...");
443 * the Settings UI.
448 * @see RespondViaSmsManager.Settings
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSettings.java44 public class Settings extends InputMethodSettingsFragment class in inherits:InputMethodSettingsFragment,SharedPreferences.OnSharedPreferenceChangeListener
339 final boolean vibrateOn = hasVibrator && sp.getBoolean(Settings.PREF_VIBRATE_ON,
345 final boolean soundOn = sp.getBoolean(Settings.PREF_SOUND_ON,
371 sp.edit().putInt(Settings.PREF_VIBRATION_DURATION_SETTINGS, ms).apply();
430 sp.edit().putFloat(Settings.PREF_KEYPRESS_SOUND_VOLUME, volume).apply();
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java71 public class Settings extends PreferenceActivity class in inherits:PreferenceActivity,ButtonBarHandler,OnAccountsUpdateListener
74 private static final String LOG_TAG = "Settings";
110 // TODO: Update Call Settings based on airplane mode state.
124 if (android.provider.Settings.Secure.getInt(getContentResolver(), "multiuser_enabled", -1)
304 * Checks if the component name in the intent is different from the Settings class and
324 * Override initial header when an activity-alias is causing Settings to be launched
388 // Remove WiFi Settings if WiFi service is not available.
393 // Remove Bluetooth Settings if Bluetooth service is not available.
732 return super.shouldUpRecreateTask(new Intent(this, Settings.class));
751 * Settings subclasse
[all...]

Completed in 78 milliseconds