Searched refs:GroupAlertType (Results 1 – 5 of 5) sorted by relevance
51 enum class GroupAlertType { enum548 void SetGroupAlertType(NotificationRequest::GroupAlertType type);555 NotificationRequest::GroupAlertType GetGroupAlertType() const;1157 NotificationRequest::GroupAlertType groupAlertType_ {NotificationRequest::GroupAlertType::ALL};
64 Notification::NotificationRequest::GroupAlertType groupAlertType = in DoSomethingInterestingWithMyAPI()65 Notification::NotificationRequest::GroupAlertType(color); in DoSomethingInterestingWithMyAPI()
360 void NotificationRequest::SetGroupAlertType(NotificationRequest::GroupAlertType type) in SetGroupAlertType()365 NotificationRequest::GroupAlertType NotificationRequest::GetGroupAlertType() const in GetGroupAlertType()1278 groupAlertType_ = static_cast<NotificationRequest::GroupAlertType>(parcel.ReadInt32()); in ReadFromParcel()
142 … EXPECT_EQ(NotificationRequest::GroupAlertType::ALL, notificationRequest.GetGroupAlertType()); in OnConsumed()1135 req.SetGroupAlertType(NotificationRequest::GroupAlertType::ALL);