Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java128 mPickedChild.getStatusBarNotification().getKey())) { in onInterceptTouchEvent()
DPhoneStatusBar.java1285 if (mGroupManager.isChildInGroupWithSummary(ent.row.getStatusBarNotification())) { in updateNotificationShade()
1287 ent.row.getStatusBarNotification()); in updateNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java359 return ((ExpandableNotificationRow) parent).getStatusBarNotification().getKey();
895 final StatusBarNotification sbn = row.getStatusBarNotification(); in bindGuts()
1506 final StatusBarNotification sbn = row.getStatusBarNotification();
DExpandableNotificationRow.java174 public StatusBarNotification getStatusBarNotification() { in getStatusBarNotification() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java590 mHeadsUpManager.addSwipedOutNotification(row.getStatusBarNotification().getKey()); in onChildDismissed()
1646 ((ExpandableNotificationRow) child).getStatusBarNotification()); in isChildInGroup()
1716 mGroupManager.getGroupSummary(row.getStatusBarNotification()); in isChildInInvisibleGroup()