Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt223 shouldHeadsUpAgain = false, in <lambda>()
249 postedEntry.shouldHeadsUpAgain = true in <lambda>()
272 shouldHeadsUpAgain = true, in <lambda>()
359 hunMutator.updateNotification(posted.key, posted.shouldHeadsUpAgain) in <lambda>()
370 } else if (posted.shouldHeadsUpEver && posted.shouldHeadsUpAgain) { in <lambda>()
416 shouldHeadsUpAgain = true, in <lambda>()
433 val shouldHeadsUpAgain = shouldHunAgain(entry) in <lambda>() constant
440 update.shouldHeadsUpAgain = update.shouldHeadsUpAgain || shouldHeadsUpAgain in <lambda>()
448 shouldHeadsUpAgain = shouldHeadsUpAgain, in <lambda>()
768 var shouldHeadsUpAgain: Boolean, in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator.PostedEntry
[all …]
DHeadsUpCoordinatorLogger.kt26 bool2 = posted.shouldHeadsUpAgain in logPostedEntryWillEvaluate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java227 public void updateNotification(@NonNull String key, boolean shouldHeadsUpAgain) { in updateNotification() argument
229 mLogger.logUpdateNotificationRequest(key, shouldHeadsUpAgain, headsUpEntry != null); in updateNotification()
232 updateNotificationInternal(key, shouldHeadsUpAgain); in updateNotification()
237 private void updateNotificationInternal(@NonNull String key, boolean shouldHeadsUpAgain) { in updateNotificationInternal() argument
239 mLogger.logUpdateNotification(key, shouldHeadsUpAgain, headsUpEntry != null); in updateNotificationInternal()
248 if (shouldHeadsUpAgain) { in updateNotificationInternal()
DHeadsUpManager.kt186 fun updateNotification(key: String, shouldHeadsUpAgain: Boolean) in addHeadsUpPhoneListener()