Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java129 @IntDef({ACTION_DEFAULT, ACTION_HOME, ACTION_FAVORITE, ACTION_SNOOZE, ACTION_MUTE,
134 static final int ACTION_FAVORITE = 2; field in NotificationConversationInfo
140 setSelectedAction(ACTION_FAVORITE);
159 if (mSelectedAction == ACTION_FAVORITE && getPriority() != mSelectedAction) {
467 case ACTION_FAVORITE: in updateToggleActions()
511 bindIcon(selectedAction == ACTION_FAVORITE); in updateToggleActions()
524 return ACTION_FAVORITE; in getPriority()
632 case ACTION_FAVORITE: in run()
H A DExpandableNotificationRow.java2004 info.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java991 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testFavoriteSelectedWhenChannelIsDefault()
1013 NotificationConversationInfo.ACTION_FAVORITE); in testFavoriteSelectedWhenChannelIsDefault()
1278 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriorityRequestsPinPeopleTile()
1312 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriorityRequestsPinPeopleTile_noMultiuser()
1378 mNotificationInfo.setSelectedAction(NotificationConversationInfo.ACTION_FAVORITE); in testSelectPriority_AlreadyPriority_DoesNotRequestPinPeopleTile()