Searched refs:MAX_ACTION_BUTTONS (Results 1 – 2 of 2) sorted by relevance
46 const std::size_t NotificationRequest::MAX_ACTION_BUTTONS {3};179 if (actionButtons_.size() >= NotificationRequest::MAX_ACTION_BUTTONS) { in AddActionButton()1368 …vsize = (vsize < NotificationRequest::MAX_ACTION_BUTTONS) ? vsize : NotificationRequest::MAX_ACTIO… in ReadFromParcel()
1090 static const std::size_t MAX_ACTION_BUTTONS; variable