Searched refs:mStatusBarNotification (Results 1 – 4 of 4) sorted by relevance
45 private StatusBarNotification mStatusBarNotification; field in NotificationEntryTest56 when(mStatusBarNotification.getKey()).thenReturn("key"); in setUp()57 when(mStatusBarNotification.getNotification()).thenReturn(mNotif); in setUp()62 mEntry = new NotificationEntry(mStatusBarNotification); in setUp()
205 private StatusBarNotification mStatusBarNotification; field in ExpandableNotificationRow280 && mGroupManager.isSummaryOfGroup(mStatusBarNotification)) {282 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);283 boolean nowExpanded = mGroupManager.toggleGroupExpansion(mStatusBarNotification);463 mStatusBarNotification = entry.notification; in setEntry()544 .isNonblockable(mStatusBarNotification.getPackageName(), in getIsNonblockable()554 mEntry.mIsSystemNotification = isSystemNotification(mContext, mStatusBarNotification); in getIsNonblockable()575 mIsColorized = mStatusBarNotification.getNotification().isColorized(); in onNotificationUpdated()579 mMenuRow.onNotificationUpdated(mStatusBarNotification); in onNotificationUpdated()611 mMenuRow.onNotificationUpdated(mStatusBarNotification); in onNotificationRankingUpdated()[all …]
115 private StatusBarNotification mStatusBarNotification; field in NotificationContentView810 return mGroupManager.isGroupExpanded(mStatusBarNotification); in isGroupExpanded()1190 mStatusBarNotification = entry.notification; in onNotificationUpdated()1224 mSingleLineView, mStatusBarNotification.getNotification());
68 @Mock StatusBarNotification mStatusBarNotification; field in InflatedSmartRepliesTest90 when(mStatusBarNotification.getNotification()).thenReturn(mNotification); in setUp()91 mEntry = new NotificationEntry(mStatusBarNotification); in setUp()