/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LightsOutNotifControllerTest.java | 138 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/ |
D | ConversationChannel.java | 61 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/ |
D | LightsOutNotifController.java | 100 private boolean hasActiveNotifications() { in hasActiveNotifications() method in LightsOutNotifController 101 return mEntryManager.hasActiveNotifications(); in hasActiveNotifications() 140 return hasActiveNotifications() && areLightsOut(); in shouldShowDot()
|
D | StatusBarNotificationPresenter.java | 314 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/ |
D | NotificationStackScrollLayoutTest.java | 310 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/ |
D | DataManager.java | 302 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/ |
D | NotificationStackScrollLayoutController.java | 1312 public boolean hasActiveNotifications() { 1316 return mNotificationEntryManager.hasActiveNotifications();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 955 public boolean hasActiveNotifications() { in hasActiveNotifications() method in NotificationEntryManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 683 assertTrue(result.hasActiveNotifications()); in testGetConversation() 1212 assertTrue(result.get(0).hasActiveNotifications()); in testGetRecentConversations()
|
/frameworks/base/services/ |
D | art-profile | 28580 HPLcom/android/server/people/data/DataManager$NotificationListener;->hasActiveNotifications(Ljava/l… 28649 HPLcom/android/server/people/data/DataManager;->hasActiveNotifications(Ljava/lang/String;ILjava/lan…
|