Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java90 private long mNotificationPulseTime; field in DozeService
113 pw.print(" mNotificationPulseTime: "); pw.println(mNotificationPulseTime); in dumpOnHandler()
354 if ((notificationTimeMs - mNotificationPulseTime) < pulseDuration) { in updateNotificationPulse()
360 mNotificationPulseTime = notificationTimeMs; in updateNotificationPulse()
387 final long time = schedule.getNextTime(now, mNotificationPulseTime); in rescheduleNotificationPulse()
397 final long instance = time - mNotificationPulseTime; in rescheduleNotificationPulse()
544 - mNotificationPulseTime; in onTrigger()