Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java346 private void updateNotificationPulse(long notificationTimeMs) { in updateNotificationPulse() argument
347 if (DEBUG) Log.d(mTag, "updateNotificationPulse notificationTimeMs=" + notificationTimeMs); in updateNotificationPulse()
354 if ((notificationTimeMs - mNotificationPulseTime) < pulseDuration) { in updateNotificationPulse()
360 mNotificationPulseTime = notificationTimeMs; in updateNotificationPulse()