Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationIntrusivenessExtractor.java77 if ((System.currentTimeMillis() - record.getLastIntrusive()) >= HANG_TIME_MS) { in process()
DNotificationRecord.java656 public long getLastIntrusive() { in getLastIntrusive() method in NotificationRecord