D | NotificationAttentionHelperTest.java | 395 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord() argument 397 return getNotificationRecord(id, insistent, once, noisy, buzzy, lights, buzzy, noisy, in getNotificationRecord() 401 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord() argument 403 return getNotificationRecord(id, insistent, once, noisy, buzzy, lights, buzzy, noisy, in getNotificationRecord() 407 private NotificationRecord getLeanbackNotificationRecord(int id, boolean insistent, in getLeanbackNotificationRecord() argument 410 return getNotificationRecord(id, insistent, once, noisy, buzzy, lights, true, true, in getLeanbackNotificationRecord() 427 boolean insistent, boolean once, in getNotificationRecord() argument 431 return getNotificationRecord(id, insistent, once, noisy, buzzy, lights, defaultVibration, in getNotificationRecord() 437 boolean insistent, boolean once, in getNotificationRecord() argument 441 return getNotificationRecord(id, insistent, once, noisy, buzzy, lights, defaultVibration, in getNotificationRecord() [all …]
|