Searched refs:statusBarNotification (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 317 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/ |
D | NotificationData.java | 248 public boolean isHighPriority(StatusBarNotification statusBarNotification) { in isHighPriority() argument 250 getRanking(statusBarNotification.getKey(), mTmpRanking); in isHighPriority() 253 mTmpRanking.getChannel(), statusBarNotification)) { in isHighPriority() 256 if (mGroupManager.isSummaryOfGroup(statusBarNotification)) { in isHighPriority() 258 mGroupManager.getLogicalChildren(statusBarNotification); in isHighPriority() 270 StatusBarNotification statusBarNotification) { in hasHighPriorityCharacteristics() argument 272 if (isImportantOngoing(statusBarNotification.getNotification()) in hasHighPriorityCharacteristics() 273 || statusBarNotification.getNotification().hasMediaSession() in hasHighPriorityCharacteristics() 274 || hasPerson(statusBarNotification.getNotification()) in hasHighPriorityCharacteristics() 275 || hasStyle(statusBarNotification.getNotification(), in hasHighPriorityCharacteristics()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | MediaTransferManager.java | 54 StatusBarNotification statusBarNotification = getNotificationForParent(parent); 58 statusBarNotification.getPackageName());
|
D | NotificationRemoteInputManager.java | 174 StatusBarNotification statusBarNotification = getNotificationForParent(parent); 175 if (statusBarNotification == null) { 179 String key = statusBarNotification.getKey(); 192 Notification.Action[] actions = statusBarNotification.getNotification().actions; 198 statusBarNotification.getNotification().actions[actionIndex];
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 336 Context context, StatusBarNotification statusBarNotification) { in isSystemNotification() argument 338 context, statusBarNotification.getUser().getIdentifier()); in isSystemNotification() 343 statusBarNotification.getPackageName(), PackageManager.GET_SIGNATURES); in isSystemNotification()
|