Searched refs:updateNotificationInternal (Results 1 – 1 of 1) sorted by relevance
183 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