Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java111 private long mLastIntrusive; field in NotificationRecord
721 mLastIntrusive = System.currentTimeMillis(); in setRecentlyIntrusive()
730 return mLastIntrusive; in getLastIntrusive()