Searched refs:updateNotificationPulse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java343 updateNotificationPulse(timeMs);
346 private void updateNotificationPulse(long notificationTimeMs) { method in class:DozeService
347 if (DEBUG) Log.d(mTag, "updateNotificationPulse notificationTimeMs=" + notificationTimeMs);
449 updateNotificationPulse(System.currentTimeMillis());
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java761 updateNotificationPulse();
764 updateNotificationPulse();
768 updateNotificationPulse();
823 updateNotificationPulse();
3107 private void updateNotificationPulse() { method in class:NotificationManagerService

Completed in 290 milliseconds