Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java126 @IntDef({ACTION_DEFAULT, ACTION_HOME, ACTION_FAVORITE, ACTION_SNOOZE, ACTION_MUTE,
131 static final int ACTION_FAVORITE = 2; field in NotificationConversationInfo
137 setSelectedAction(ACTION_FAVORITE);
156 if (mSelectedAction == ACTION_FAVORITE && getPriority() != mSelectedAction) {
460 case ACTION_FAVORITE: in updateToggleActions()
504 bindIcon(selectedAction == ACTION_FAVORITE); in updateToggleActions()
517 return ACTION_FAVORITE; in getPriority()
619 case ACTION_FAVORITE: in run()
H A DExpandableNotificationRow.java1801 info.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java988 NotificationConversationInfo.ACTION_FAVORITE, // "Favorite" selected by default in testFavoriteSelectedWhenChannelIsDefault()
1008 NotificationConversationInfo.ACTION_FAVORITE); in testFavoriteSelectedWhenChannelIsDefault()
1235 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriorityRequestsPinPeopleTile()
1301 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriority_AlreadyPriority_DoesNotRequestPinPeopleTile()