Searched refs:buzzBeepBlink (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordLoggerFake.java | 40 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 …]
|
D | NotificationManagerServiceTest.java | 1978 assertEquals(0, call.buzzBeepBlink); in testEnqueueNotificationWithTag_WritesExpectedLogs()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecordLogger.java | 74 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()
|
D | NotificationRecordLoggerImpl.java | 41 int position, int buzzBeepBlink, in logNotificationAdjusted() argument 46 position, buzzBeepBlink, groupId)); in logNotificationAdjusted()
|