Home
last modified time | relevance | path

Searched refs:mStatusBarNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java183 private StatusBarNotification mStatusBarNotification; field in ExpandableNotificationRow
237 && mGroupManager.isSummaryOfGroup(mStatusBarNotification)) {
239 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);
240 boolean nowExpanded = mGroupManager.toggleGroupExpansion(mStatusBarNotification);
415 mStatusBarNotification = entry.notification; in updateNotification()
441 .isNonblockablePackage(mStatusBarNotification.getPackageName()); in getIsNonblockable()
450 mEntry.mIsSystemNotification = isSystemNotification(mContext, mStatusBarNotification); in getIsNonblockable()
468 mIsColorized = mStatusBarNotification.getNotification().isColorized(); in onNotificationUpdated()
472 mMenuRow.onNotificationUpdated(mStatusBarNotification); in onNotificationUpdated()
573 return mStatusBarNotification;
[all …]
DNotificationContentView.java103 private StatusBarNotification mStatusBarNotification; field in NotificationContentView
771 return mGroupManager.isGroupExpanded(mStatusBarNotification); in isGroupExpanded()
1161 mStatusBarNotification = entry.notification; in onNotificationUpdated()
1192 mSingleLineView, mStatusBarNotification.getNotification());
1207 mAmbientSingleLineChild, mStatusBarNotification.getNotification());