Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1140 protected final Map<String, Long> mLastUpdatedTimestampByPackage; field in NotificationAttentionHelper.PolitenessStrategy
1149 mLastUpdatedTimestampByPackage = new HashMap<>(); in PolitenessStrategy()
1243 mLastUpdatedTimestampByPackage.put(record.getSbn().getPackageName(), timestampMillis); in setLastNotificationUpdateTimeMs()
1250 return mLastUpdatedTimestampByPackage.getOrDefault(record.getSbn().getPackageName(), in getLastNotificationUpdateTimeMs()