HomeSort by relevance Sort by last modified time
    Searched defs:mSilent (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 71 protected RestrictedSwitchPreference mSilent;
149 if (mSilent != null) {
150 mSilent.setDisabledByAdmin(mSuspendedAppsAdmin);
161 setVisible(mSilent, false);
197 setVisible(mSilent, false);
199 mSilent.setChecked(importance == Ranking.IMPORTANCE_LOW);
200 mSilent.setOnPreferenceChangeListener(new Preference.OnPreferenceChangeListener() {
AppNotificationSettings.java 79 mSilent = (RestrictedSwitchPreference) getPreferenceScreen().findPreference(KEY_SILENT);
111 setVisible(mSilent, checkCanBeVisible(Ranking.IMPORTANCE_MIN, importance));
112 mSilent.setChecked(importance == Ranking.IMPORTANCE_LOW);
  /system/vold/
VolumeBase.h 142 bool mSilent;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 83 private RadioButton mSilent;
247 } else if (mSilent.isChecked()) {
265 mSilent = (RadioButton) importanceButtons.findViewById(R.id.silent_importance);
274 mSilent.setText(mContext.getString(R.string.show_silently));
276 mSilent.setChecked(true);

Completed in 909 milliseconds