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

  /external/chromium_org/media/audio/
fake_audio_input_stream.cc 24 // Intervals between two automatic beeps.
27 // Automatic beep will be triggered every |kAutomaticBeepIntervalInMs| unless
28 // users explicitly call BeepOnce(), which will disable the automatic beep.
30 BeepContext() : beep_once(false), automatic(true) {}
33 bool automatic; member in struct:media::__anon12634::BeepContext
112 if (beep_context->automatic) {
191 beep_context->automatic = false;
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeAutomaticConditionSelection.java 60 final Condition[] automatic = mNoMan.getAutomaticZenModeConditions(); local
62 if (automatic != null) {
63 for (Condition c : automatic) {
93 final Uri[] automatic = new Uri[mSelectedConditions.size()]; local
94 for (int i = 0; i < automatic.length; i++) {
95 automatic[i] = mSelectedConditions.valueAt(i);
98 mNoMan.setAutomaticZenModeConditions(automatic);
ZenModeSettings.java 428 final Condition[] automatic = nm.getAutomaticZenModeConditions(); local
429 if (automatic == null || automatic.length == 0) {
434 for (int i = 0; i < automatic.length; i++) {
436 sb.append(automatic[i].summary);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 198 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
253 private void updateIcon(boolean automatic) {
255 mIcon.setImageResource(automatic && SHOW_AUTOMATIC_ICON ?
264 int automatic; local
265 automatic = Settings.System.getIntForUser(mContext.getContentResolver(),
269 mAutomatic = automatic != Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
273 updateIcon(false /*automatic*/);
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 142 // if automatic or manual, auto-subscribe
161 // removing an automatic condition, exit zen
264 // if automatic, exit zen if false (or failed), enter zen if true
269 Slog.w(TAG, "Exit zen: automatic condition failed: " + c);
271 Slog.d(TAG, "Exit zen: automatic condition false: " + c);
276 Slog.d(TAG, "Enter zen: automatic condition true: " + c);
377 final boolean automatic = newIds.contains(r.id);
378 if (!r.isAutomatic && automatic) {
379 // subscribe to new automatic
383 } else if (r.isAutomatic && !automatic) {
492 final ArrayList<ConditionRecord> automatic = new ArrayList<ConditionRecord>(); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4052 int automatic; local
    [all...]

Completed in 1213 milliseconds