Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java194 NotificationData.Entry isolatedChild = getIsolatedChild(getGroupKey( in cleanUpHeadsUpStatesOnAdd() local
198 if (isolatedChild != null) { in cleanUpHeadsUpStatesOnAdd()
214 if (isolatedChild != null && onlySummaryAlerts(isolatedChild) in cleanUpHeadsUpStatesOnAdd()
215 && isolatedChild.row.isHeadsUp()) { in cleanUpHeadsUpStatesOnAdd()
217 mHeadsUpManager.releaseImmediately(isolatedChild.key); in cleanUpHeadsUpStatesOnAdd()