Home
last modified time | relevance | path

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

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