Home
last modified time | relevance | path

Searched refs:ACTION_FAVORITE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java130 @IntDef({ACTION_DEFAULT, ACTION_HOME, ACTION_FAVORITE, ACTION_SNOOZE, ACTION_MUTE,
135 static final int ACTION_FAVORITE = 2; field in NotificationConversationInfo
141 setSelectedAction(ACTION_FAVORITE);
160 if (mSelectedAction == ACTION_FAVORITE && getPriority() != mSelectedAction) {
466 case ACTION_FAVORITE: in updateToggleActions()
510 bindIcon(selectedAction == ACTION_FAVORITE); in updateToggleActions()
523 return ACTION_FAVORITE; in getPriority()
631 case ACTION_FAVORITE: in run()
DExpandableNotificationRow.java2152 info.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java992 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testFavoriteSelectedWhenChannelIsDefault()
1014 NotificationConversationInfo.ACTION_FAVORITE); in testFavoriteSelectedWhenChannelIsDefault()
1279 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriorityRequestsPinPeopleTile()
1313 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriorityRequestsPinPeopleTile_noMultiuser()
1379 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriority_AlreadyPriority_DoesNotRequestPinPeopleTile()