HomeSort by relevance Sort by last modified time
    Searched full:alerts (Results 101 - 125 of 335) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails_test.py 47 self.assertEqual('gasper-alerts@google.com', messages[0].sender)
edit_site_config_test.py 104 self.assertEqual('gasper-alerts@google.com', messages[0].sender)
105 self.assertEqual('chrome-perf-dashboard-alerts@google.com', messages[0].to)
update_bug_with_results.py 146 mail.send_mail(sender='gasper-alerts@google.com',
250 a request for labels for the bug (or by making a request for alerts in
311 mail.send_mail(sender='gasper-alerts@google.com',
auto_bisect.py 109 """Tries to trigger a bisect job for the alerts associated with a bug.
138 bug_id: A bug ID which some alerts are associated with.
151 raise NotBisectableError('No Anomaly alerts found for this bug.')
229 the same list of alerts.
find_change_points_exp.py 34 # analyzed and how far apart alerts should be, as well as other thresholds.
dump_graph_json_test.py 30 # Insert a test with no rows or alerts.
119 # Insert some test, sheriffs and alerts.
email_template.py 56 '<a href="https://chromeperf.appspot.com/alerts?sheriff=%s">'
57 'All alerts</a><br>')
256 """Gets a URL for viewing a graph for an alert and possibly related alerts."""
migrate_test_names.py 11 * Update alerts to reference the new Test.
450 mail.send_mail(sender='gasper-alerts@google.com',
451 to='chrome-perf-dashboard-alerts@google.com',
  /external/chromium-trace/catapult/dashboard/docs/
glossary.md 32 receive alerts for regressions in that test.
  /frameworks/base/docs/html/distribute/engage/
notifications.jd 18 channel that alerts the user to events as they happen and maintains a list of
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 17 package com.android.calendar.alerts;
DismissAlarmsService.java 17 package com.android.calendar.alerts;
32 import com.android.calendar.alerts.GlobalDismissManager.AlarmId;
AlertService.java 17 package com.android.calendar.alerts;
298 if (DEBUG) Log.d(TAG, "No fired or scheduled alerts");
435 // Flushes old fired alerts from internal storage, if needed.
449 // If too many high priority alerts, shift the remaining high priority and all the
540 * Processes the query results and bucketizes the alerts.
547 * @return Returns the number of new alerts to fire. If this is 0, it implies
656 // Use app local storage to keep track of fired alerts to fix problem of multiple
660 // To avoid re-firing alerts, only fire if alarmTime is very recent. Otherwise
661 // we can get refires for non-dismissed alerts after app installation, or if the
662 // SharedPrefs was cleared too early. This means alerts that were timed whil
    [all...]
QuickResponseActivity.java 17 package com.android.calendar.alerts;
AlertActivity.java 17 package com.android.calendar.alerts;
44 import com.android.calendar.alerts.GlobalDismissManager.AlarmId;
  /frameworks/base/docs/html/training/location/
geofencing.jd 342 increasing the latency of geofence alerts. For example, if you set a responsiveness value of five
366 <p>If you receive a large number of alerts when driving briefly past a geofence, the best way to
367 reduce the alerts is to use a transition type of <code>
408 <p>Here are some possible reasons for alerts not working as expected:</p>
422 the location accuracy, so if Wi-Fi is turned off, your application might never get geofence alerts
431 no reliable data connection, alerts might not be generated. This is because the geofence service
433 <li><strong>Alerts can be late.</strong> The geofence service does not continuously query for
434 location, so expect some latency when receiving alerts. Usually the latency is less than 2
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 61 /** Use the same notification ID for non-emergency alerts. */
288 // Check if all emergency alerts are disabled.
337 return true; // presidential-level CMAS alerts are always enabled
359 * Display a full-screen alert message for emergency alerts.
370 // start audio/vibration/speech service for emergency alerts
399 // For other alerts, vibration can be disabled in app settings.
470 * Add the new alert to the notification bar (non-emergency alerts), or launch a
471 * high-priority immediate intent for emergency alerts.
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
nav-bar.html 121 <li><a href="/alerts">Alerts</a></li>
162 target="_blank">Triaging Stoppage Alerts</a></li>
313 'Receive individual email alerts immediately or as a daily' +
314 ' summary?\nShould these alerts be Google-internal?\n';
  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 86 @returns email_handler: Logging handler used to send out email alerts.
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
edit_site_config.html 60 The domains of users who can triage alerts.</li>
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 47 be able to perceive audible information and alerts.</p>
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 336 * This includes lower priority test messages and Amber alerts.
338 * All public alerts show the flashing warning icon in the dialog,
339 * but only emergency alerts play the alert sound and speak the message.
349 * including test messages and AMBER alerts.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
prod.py 71 positive alerts that cause your staff to begin ignoring the alerts.
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
PerSubscriptionSettingsActivity.java 151 // Handle so we shouldn't crash if the wireless alerts
154 "Failed to launch wireless alerts activity", e);
  /external/boringssl/src/ssl/
s3_pkt.c 127 /* kMaxWarningAlerts is the number of consecutive warning alerts that will be
550 * a single record to contain multiple alerts. */
552 /* Alerts may not be fragmented. */
626 /* close_notify has been sent, so discard all records other than alerts. */
673 /* SSL 3.0 does not have protocol_version alerts */

Completed in 346 milliseconds

1 2 3 45 6 7 8 91011>>