Home
last modified time | relevance | path

Searched refs:alert (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerLogger.kt178 fun logUpdateNotificationRequest(key: String, alert: Boolean, hasEntry: Boolean) { in logUpdateNotificationRequest()
181 bool1 = alert in logUpdateNotificationRequest()
188 fun logUpdateNotification(key: String, alert: Boolean, hasEntry: Boolean) { in logUpdateNotification()
191 bool1 = alert in logUpdateNotification()
DHeadsUpManager.kt241 override fun updateNotification(key: String, alert: Boolean) {} in onHeadsUpAnimatingAwayStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java279 View alert = findViewById(R.id.alert); in bindInlineControls() local
281 alert.setOnClickListener(mOnAlert); in bindInlineControls()
474 View alert = findViewById(R.id.alert);
484 alert.setSelected(true);
495 alert.setSelected(false);
507 alert.setSelected(false);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java328 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO); in testMonolithicOne()
375 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO); in testMonolithicTwo()
711 assertEquals(bd1.alert, 0); in testMsgDeliveryAlert()
715 assertEquals(bd2.alert, 1); in testMsgDeliveryAlert()
719 assertEquals(bd3.alert, 2); in testMsgDeliveryAlert()
723 assertEquals(bd4.alert, 3); in testMsgDeliveryAlert()
728 assertEquals(bd5.alert, BearerData.ALERT_MEDIUM_PRIO); in testMsgDeliveryAlert()
741 assertEquals(bd1.alert, BearerData.ALERT_MEDIUM_PRIO); in testMiscParams()
751 assertEquals(bd3.alert, BearerData.ALERT_HIGH_PRIO); in testMiscParams()
767 bearerData.alert = BearerData.ALERT_MEDIUM_PRIO; in testMsgDeliveryAlertFeedback()
[all …]
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto199 // The group alert behavior of the notification.
202 // 1). If summary is set to alert, but the first child is muted, the alert will
204 // 2). If summary and first child both set to alert, there will be only 1 alerts
214 // The alert behavior set to ALL, or notification is not grouped, or the group
215 // type matches the alert behavior (e.g. group child, while the alert behavior
220 // The alert behavior is set to ALERT_SUMMARY, but the current notification is
224 // The alert behavior is set to ALERT_CHILD, but the current notification is a
229 // The alert behavior controlled by the ALERT_ONLY_ONCE flag.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java730 assertTrue(mNotificationInfo.findViewById(R.id.alert).isSelected()); in testBindNotification_alertIsSelected()
820 mNotificationInfo.findViewById(R.id.alert).performClick(); in testDoesNotUpdateNotificationChannelAfterImportanceChanged()
1033 mNotificationInfo.findViewById(R.id.alert).performClick(); in testUnSilenceCallsUpdateNotificationChannel()
1209 mNotificationInfo.findViewById(R.id.alert).performClick(); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()
1276 mNotificationInfo.findViewById(R.id.alert).performClick(); in testDoneText()
1305 mNotificationInfo.findViewById(R.id.alert).performClick(); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
1340 mNotificationInfo.findViewById(R.id.alert).performClick(); in testCloseControlsDoesNotUpdateIfSaveIsFalse()
1373 mNotificationInfo.findViewById(R.id.alert).performClick(); in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
1406 mNotificationInfo.findViewById(R.id.alert).performClick(); in testCloseControls_withoutHittingApply()
/frameworks/base/core/proto/android/os/
Dheader.proto25 // From statsd config, the id of the anomaly alert, unique among alerts.
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_atoms.proto73 // The group alert behavior of the notification.
77 // The alert behavior controlled by the ALERT_ONLY_ONCE flag.
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java143 public int alert = ALERT_DEFAULT; field in BearerData
492 builder.append(", alert=" + (alertIndicatorSet ? alert : "unset")); in toString()
988 outStream.write(2, bData.alert); in encodeMsgDeliveryAlert()
1797 bData.alert = inStream.read(2); in decodeMsgDeliveryAlert()
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto520 // Firmware generated an alert
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto415 // Whether or not alert sounds are played on StorageManagerService events.
/frameworks/proto_logging/stats/
Datoms.proto5344 // Uid that owns the config whose anomaly detection alert fired.
5347 // Id of the config whose anomaly detection alert fired.
5350 // Id of the alert (i.e. name of the anomaly that was detected).
12725 // The radius of the central point of the alert
14972 …// filtered message due to not using for emergency alert but for update cell information on Settin…
15096 // Whether to enable alert handling during active voice call
15098 // Play alert sound in full volume regardless DND is on
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto242 // "alert me" was clicked.