Searched refs:GroupAlertType (Results 1 – 5 of 5) sorted by relevance
64 Notification::NotificationRequest::GroupAlertType groupAlertType = in DoSomethingInterestingWithMyAPI()65 Notification::NotificationRequest::GroupAlertType(color); in DoSomethingInterestingWithMyAPI()
68 enum class GroupAlertType { enum628 void SetGroupAlertType(NotificationRequest::GroupAlertType type);635 NotificationRequest::GroupAlertType GetGroupAlertType() const;1307 NotificationRequest::GroupAlertType groupAlertType_ {NotificationRequest::GroupAlertType::ALL};
405 void NotificationRequest::SetGroupAlertType(NotificationRequest::GroupAlertType type) in SetGroupAlertType()410 NotificationRequest::GroupAlertType NotificationRequest::GetGroupAlertType() const in GetGroupAlertType()1357 groupAlertType_ = static_cast<NotificationRequest::GroupAlertType>(parcel.ReadInt32()); in ReadFromParcel()
171 … EXPECT_EQ(NotificationRequest::GroupAlertType::ALL, notificationRequest.GetGroupAlertType()); in OnConsumed()1189 req.SetGroupAlertType(NotificationRequest::GroupAlertType::ALL);