Searched refs:group_name (Results 1 – 4 of 4) sorted by relevance
664 def _CheckAndCreateNewGroup(self, group_name, group_class): argument676 if isinstance(group, group_class) and group.group_name() == group_name:681 new_group = group_class(group_name)686 def InAnyOrder(self, group_name="default"): argument702 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)704 def MultipleTimes(self, group_name="default"): argument716 return self._CheckAndCreateNewGroup(group_name, MultipleTimesGroup)1185 def __init__(self, group_name): argument1186 self._group_name = group_name1188 def group_name(self): member in MethodGroup[all …]
93 TextView title = (TextView) convertView.findViewById(R.id.group_name); in getGroupView()
315 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_GroupNameHiddenIfNoGroup()342 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_SetsGroupNameIfNonNull()
505 TextView groupNameView = findViewById(R.id.group_name);