Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java183 updateNotificationInternal(entry.getKey(), true /* shouldHeadsUpAgain */); in showNotification()
232 updateNotificationInternal(key, shouldHeadsUpAgain); in updateNotification()
237 private void updateNotificationInternal(@NonNull String key, boolean shouldHeadsUpAgain) { in updateNotificationInternal() method in BaseHeadsUpManager