Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java126 for (GroupAlertEntry groupAlertEntry : mGroupAlertEntries.values()) { in onDozingChanged()
127 groupAlertEntry.mLastAlertTransferTime = 0; in onDozingChanged()
128 groupAlertEntry.mAlertSummaryOnNextAddition = false; in onDozingChanged()
158 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(
162 if (groupAlertEntry.mAlertSummaryOnNextAddition) {
166 groupAlertEntry.mAlertSummaryOnNextAddition = false;
168 checkShouldTransferBack(groupAlertEntry);
198 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(groupKey);
199 if (groupAlertEntry != null) {
200 checkShouldTransferBack(groupAlertEntry);
[all …]