HomeSort by relevance Sort by last modified time
    Searched refs:SettingPref (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
ChargingSoundPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
34 mPreference = new SettingPref(
ScreenLockSoundPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
34 mPreference = new SettingPref(
DialPadTonePreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
35 mPreference = new SettingPref(
DockingSoundPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
34 mPreference = new SettingPref(
TouchSoundPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
36 mPreference = new SettingPref(
VibrateOnTouchPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
34 mPreference = new SettingPref(
DockAudioMediaPreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
40 mPreference = new SettingPref(
EmergencyTonePreferenceController.java 19 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
41 mPreference = new SettingPref(
SettingPref.java 33 public class SettingPref {
47 public SettingPref(int type, String key, String setting, int def, int... values) {
SettingPrefController.java 44 protected SettingPref mPreference;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
SettingPrefControllerTest.java 41 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
64 private SettingPref mPreference;
156 mPreference = spy(new SettingPref(
165 SettingPref getPref() {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySaverSettings.java 43 import com.android.settings.notification.SettingPref;
61 private SettingPref mTriggerPref;
88 mTriggerPref = new SettingPref(SettingPref.TYPE_GLOBAL, KEY_TURN_ON_AUTOMATICALLY,

Completed in 1302 milliseconds