Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DConversationChannel.java61 boolean hasActiveNotifications) { in ConversationChannel() argument
67 mHasActiveNotifications = hasActiveNotifications; in ConversationChannel()
73 boolean hasActiveNotifications, boolean hasBirthdayToday, in ConversationChannel() argument
80 mHasActiveNotifications = hasActiveNotifications; in ConversationChannel()
139 public boolean hasActiveNotifications() { in hasActiveNotifications() method in ConversationChannel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java102 private boolean hasActiveNotifications() { in hasActiveNotifications() method in LegacyLightsOutNotifController
141 return hasActiveNotifications() && areLightsOut(); in shouldShowDot()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java302 hasActiveNotifications(packageName, userId, shortcutId), false, in getConversationChannel()
332 if (!hasActiveNotifications(packageName, userId, shortcutId)) { in removeRecentConversation()
361 && !hasActiveNotifications(packageName, userId, shortcutId)) { in pruneOldRecentConversations()
832 private boolean hasActiveNotifications(String packageName, @UserIdInt int userId, in hasActiveNotifications() method in DataManager
836 && notificationListener.hasActiveNotifications(packageName, shortcutId); in hasActiveNotifications()
872 if (hasActiveNotifications(cached.first, userId, cached.second.getShortcutId())) { in cleanupCachedShortcuts()
1296 synchronized boolean hasActiveNotifications(String packageName, String shortcutId) { in hasActiveNotifications() method in DataManager.NotificationListener
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java688 assertTrue(result.hasActiveNotifications()); in testGetConversation()
709 assertTrue(result.hasActiveNotifications()); in testGetConversation_trackActiveConversations()
719 assertFalse(resultTwo.hasActiveNotifications()); in testGetConversation_trackActiveConversations()
1344 assertTrue(result.get(0).hasActiveNotifications()); in testGetRecentConversations()