Searched refs:mNotificationData (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java106 NotificationData mNotificationData; field in class:StatusBarTest
132 mNotificationData = mock(NotificationData.class);
148 mNotificationData, mPowerManager, mSystemServicesProxy, mNotificationPanelView,
315 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false);
316 when(mNotificationData.shouldFilterOut(any())).thenReturn(false);
318 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH);
336 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false);
337 when(mNotificationData.shouldFilterOut(any())).thenReturn(false);
339 when(mNotificationData.getImportance(any())).thenReturn(IMPORTANCE_HIGH);
357 when(mNotificationData
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java56 private NotificationData mNotificationData; field in class:NotificationDataTest
74 mNotificationData = new TestableNotificationData(mock);
75 mNotificationData.updateRanking(mock(NotificationListenerService.RankingMap.class));
116 mNotificationData.add(mRow.getEntry());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java691 // 1. Loop over mNotificationData entries:
699 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
828 mNotificationData = new NotificationData(this);
1057 mNotificationData.setHeadsUpManager(mHeadsUpManager);
1363 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
1643 mNotificationData.updateRanking(ranking);
1651 } else if (mNotificationData.getImportance(key)
1678 mNotificationData.getImportance(key));
1689 Entry addedEntry = mNotificationData.get(key);
1717 boolean isNew = mNotificationData
5699 protected NotificationData mNotificationData; field in class:StatusBar
[all...]

Completed in 179 milliseconds