Searched refs:mLastUpdatedTimestampByPackage (Results 1 – 1 of 1) sorted by relevance
1140 protected final Map<String, Long> mLastUpdatedTimestampByPackage; field in NotificationAttentionHelper.PolitenessStrategy1149 mLastUpdatedTimestampByPackage = new HashMap<>(); in PolitenessStrategy()1243 mLastUpdatedTimestampByPackage.put(record.getSbn().getPackageName(), timestampMillis); in setLastNotificationUpdateTimeMs()1250 return mLastUpdatedTimestampByPackage.getOrDefault(record.getSbn().getPackageName(), in getLastNotificationUpdateTimeMs()