Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java114 private long mLastIntrusive; field in NotificationRecord
793 mLastIntrusive = System.currentTimeMillis(); in setRecentlyIntrusive()
802 return mLastIntrusive; in getLastIntrusive()