Home
last modified time | relevance | path

Searched refs:buzzBeepBlink (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java40 public int position = INVALID, buzzBeepBlink = INVALID; field in NotificationRecordLoggerFake.CallRecord
46 int buzzBeepBlink, InstanceId groupId) { in CallRecord() argument
49 this.buzzBeepBlink = buzzBeepBlink; in CallRecord()
50 wasLogged = shouldLogReported(buzzBeepBlink); in CallRecord()
55 CallRecord(NotificationRecord r, int position, int buzzBeepBlink, InstanceId groupId) { in CallRecord() argument
58 this.buzzBeepBlink = buzzBeepBlink; in CallRecord()
95 @Nullable NotificationRecord old, int position, int buzzBeepBlink, InstanceId groupId) { in prepareToLogNotificationPosted() argument
97 old, position, buzzBeepBlink, groupId); in prepareToLogNotificationPosted()
98 CallRecord callRecord = new CallRecord(r, old, position, buzzBeepBlink, groupId); in prepareToLogNotificationPosted()
121 public void logNotificationAdjusted(NotificationRecord r, int position, int buzzBeepBlink, in logNotificationAdjusted() argument
[all …]
DNotificationManagerServiceTest.java1978 assertEquals(0, call.buzzBeepBlink); in testEnqueueNotificationWithTag_WritesExpectedLogs()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java74 int position, int buzzBeepBlink, in prepareToLogNotificationPosted() argument
77 if (!p.shouldLogReported(buzzBeepBlink)) { in prepareToLogNotificationPosted()
81 buzzBeepBlink, groupId); in prepareToLogNotificationPosted()
100 int position, int buzzBeepBlink, in logNotificationAdjusted() argument
385 boolean shouldLogReported(int buzzBeepBlink) { in shouldLogReported() argument
389 if ((old == null) || (buzzBeepBlink > 0)) { in shouldLogReported()
505 NotificationReportedEvent eventType, int position, int buzzBeepBlink, in NotificationReported() argument
521 this.alerting = buzzBeepBlink; in NotificationReported()
DNotificationRecordLoggerImpl.java41 int position, int buzzBeepBlink, in logNotificationAdjusted() argument
46 position, buzzBeepBlink, groupId)); in logNotificationAdjusted()