Home
last modified time | relevance | path

Searched refs:isAlertAgain (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java260 currentActiveHeadsUpNotification.isAlertAgain = alertAgain( in addNewHeadsUpEntry()
266 currentActiveHeadsUpNotification.isAlertAgain = alertAgain( in addNewHeadsUpEntry()
268 if (currentActiveHeadsUpNotification.isAlertAgain) { in addNewHeadsUpEntry()
300 } else if (currentNotification.isAlertAgain) { in showHeadsUp()
DHeadsUpEntry.java38 protected boolean isAlertAgain; field in HeadsUpEntry