Home
last modified time | relevance | path

Searched refs:section2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilderTest.kt60 private val section2 = buildSection(2, section2Bucket, headerController2) regex
106 notif(3, section2)
133 notif(5, section2),
134 group(6, section2,
173 notif(5, section2)
/aosp12/frameworks/base/cmds/incidentd/tests/
H A Dsection_list.cpp48 TestSection section2(2); variable
52 &section2,
/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py1186 section2 = match.group(2)
1197 candidate2 = "%s.%s.%s" % (outer_namespace.name, section1, section2)
1201 if not node and '\n' in section2:
1204 … candidate2b = "%s.%s.%s" % (outer_namespace.name, section1, section2[:section2.find('\n')])