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 | 251 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/ |
D | MediaTransferManager.java | 54 StatusBarNotification statusBarNotification = getNotificationForParent(parent); 58 statusBarNotification.getPackageName());
|
D | NotificationRemoteInputManager.java | 172 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/ |
D | ExpandableNotificationRow.java | 352 Context context, StatusBarNotification statusBarNotification) { in isSystemNotification() argument 354 context, statusBarNotification.getUser().getIdentifier()); in isSystemNotification() 359 statusBarNotification.getPackageName(), PackageManager.GET_SIGNATURES); in isSystemNotification()
|