Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java317 StatusBarNotification statusBarNotification = row.getStatusBarNotification(); in testInitializeNotificationInfoView_showBlockingHelper() local
325 eq(statusBarNotification.getPackageName()), in testInitializeNotificationInfoView_showBlockingHelper()
328 eq(statusBarNotification), in testInitializeNotificationInfoView_showBlockingHelper()
346 StatusBarNotification statusBarNotification = row.getStatusBarNotification(); in testInitializeNotificationInfoView_dontShowBlockingHelper() local
354 eq(statusBarNotification.getPackageName()), in testInitializeNotificationInfoView_dontShowBlockingHelper()
357 eq(statusBarNotification), in testInitializeNotificationInfoView_dontShowBlockingHelper()
377 StatusBarNotification statusBarNotification = row.getStatusBarNotification(); in testInitializeNotificationInfoView_highPriority() local
385 eq(statusBarNotification.getPackageName()), in testInitializeNotificationInfoView_highPriority()
388 eq(statusBarNotification), in testInitializeNotificationInfoView_highPriority()
406 StatusBarNotification statusBarNotification = row.getStatusBarNotification(); in testInitializeNotificationInfoView_PassesAlongProvisionedState() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java251 public boolean isHighPriority(StatusBarNotification statusBarNotification) { in isHighPriority() argument
253 getRanking(statusBarNotification.getKey(), mTmpRanking); in isHighPriority()
256 mTmpRanking.getChannel(), statusBarNotification)) { in isHighPriority()
259 if (mGroupManager.isSummaryOfGroup(statusBarNotification)) { in isHighPriority()
261 mGroupManager.getLogicalChildren(statusBarNotification); in isHighPriority()
273 StatusBarNotification statusBarNotification) { in hasHighPriorityCharacteristics() argument
275 if (isImportantOngoing(statusBarNotification.getNotification()) in hasHighPriorityCharacteristics()
276 || statusBarNotification.getNotification().hasMediaSession() in hasHighPriorityCharacteristics()
277 || hasPerson(statusBarNotification.getNotification()) in hasHighPriorityCharacteristics()
278 || hasStyle(statusBarNotification.getNotification(), in hasHighPriorityCharacteristics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DMediaTransferManager.java54 StatusBarNotification statusBarNotification = getNotificationForParent(parent);
58 statusBarNotification.getPackageName());
DNotificationRemoteInputManager.java172 StatusBarNotification statusBarNotification = getNotificationForParent(parent);
173 if (statusBarNotification == null) {
177 String key = statusBarNotification.getKey();
190 Notification.Action[] actions = statusBarNotification.getNotification().actions;
196 statusBarNotification.getNotification().actions[actionIndex];
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java352 Context context, StatusBarNotification statusBarNotification) { in isSystemNotification() argument
354 context, statusBarNotification.getUser().getIdentifier()); in isSystemNotification()
359 statusBarNotification.getPackageName(), PackageManager.GET_SIGNATURES); in isSystemNotification()