Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java702 ArrayMap<String, Integer> oldImportances = new ArrayMap<>(); in updateNotificationRanking() local
707 oldImportances.put(entry.getKey(), entry.getImportance()); in updateNotificationRanking()
719 oldImportances.get(entry.getKey()), in updateNotificationRanking()