Home
last modified time | relevance | path

Searched refs:group_name (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py664 def _CheckAndCreateNewGroup(self, group_name, group_class): argument
676 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"): argument
702 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
704 def MultipleTimes(self, group_name="default"): argument
716 return self._CheckAndCreateNewGroup(group_name, MultipleTimesGroup)
1185 def __init__(self, group_name): argument
1186 self._group_name = group_name
1188 def group_name(self): member in MethodGroup
[all …]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DBenchmarkListAdapter.java93 TextView title = (TextView) convertView.findViewById(R.id.group_name); in getGroupView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java315 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java505 TextView groupNameView = findViewById(R.id.group_name);