Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightsOutNotifControllerTest.java138 when(mEntryManager.hasActiveNotifications()).thenReturn(true); in testLightsOut_withNotifs_onSystemBarAttributesChanged()
157 when(mEntryManager.hasActiveNotifications()).thenReturn(false); in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
176 when(mEntryManager.hasActiveNotifications()).thenReturn(true); in testLightsOn_afterLightsOut_onSystemBarAttributesChanged()
195 when(mEntryManager.hasActiveNotifications()).thenReturn(false); in testEntryAdded()
201 when(mEntryManager.hasActiveNotifications()).thenReturn(true); in testEntryAdded()
212 when(mEntryManager.hasActiveNotifications()).thenReturn(true); in testEntryRemoved()
218 when(mEntryManager.hasActiveNotifications()).thenReturn(false); in testEntryRemoved()
230 when(mEntryManager.hasActiveNotifications()).thenReturn(false); in testEntryUpdated()
236 when(mEntryManager.hasActiveNotifications()).thenReturn(true); in testEntryUpdated()
/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/
DLightsOutNotifController.java100 private boolean hasActiveNotifications() { in hasActiveNotifications() method in LightsOutNotifController
101 return mEntryManager.hasActiveNotifications(); in hasActiveNotifications()
140 return hasActiveNotifications() && areLightsOut(); in shouldShowDot()
DStatusBarNotificationPresenter.java314 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications() in onNotificationRemoved()
327 public boolean hasActiveNotifications() { in hasActiveNotifications() method in StatusBarNotificationPresenter
328 return mEntryManager.hasActiveNotifications(); in hasActiveNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java310 when(mStackScrollLayoutController.hasActiveNotifications()).thenReturn(true); in testUpdateFooter_remoteInput()
325 when(mStackScrollLayoutController.hasActiveNotifications()).thenReturn(true); in testUpdateFooter_oneClearableNotification()
341 when(mStackScrollLayoutController.hasActiveNotifications()).thenReturn(true); in testUpdateFooter_oneNonClearableNotification()
/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()
811 private boolean hasActiveNotifications(String packageName, @UserIdInt int userId, in hasActiveNotifications() method in DataManager
815 && notificationListener.hasActiveNotifications(packageName, shortcutId); in hasActiveNotifications()
849 if (hasActiveNotifications(cached.first, userId, cached.second.getShortcutId())) { in cleanupCachedShortcuts()
1264 synchronized boolean hasActiveNotifications(String packageName, String shortcutId) { in hasActiveNotifications() method in DataManager.NotificationListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1312 public boolean hasActiveNotifications() {
1316 return mNotificationEntryManager.hasActiveNotifications();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java955 public boolean hasActiveNotifications() { in hasActiveNotifications() method in NotificationEntryManager
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java683 assertTrue(result.hasActiveNotifications()); in testGetConversation()
1212 assertTrue(result.get(0).hasActiveNotifications()); in testGetRecentConversations()
/frameworks/base/services/
Dart-profile28580 HPLcom/android/server/people/data/DataManager$NotificationListener;->hasActiveNotifications(Ljava/l…
28649 HPLcom/android/server/people/data/DataManager;->hasActiveNotifications(Ljava/lang/String;ILjava/lan…