Home
last modified time | relevance | path

Searched refs:getSection (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java79 @Nullable public NotifSection getSection() { in getSection() method in ListEntry
80 return mAttachState.getSection(); in getSection()
84 return mAttachState.getSection() != null ? mAttachState.getSection().getIndex() : -1; in getSectionIndex()
H A DListDumper.java134 if (entry.getSection() != null) { in dumpEntry()
136 .append(entry.getSection().getLabel()); in dumpEntry()
194 if (notifEntry.getAttachState().getSuppressedChanges().getSection() != null) { in dumpEntry()
197 .getSection().getLabel()) in dumpEntry()
H A DShadeListBuilder.java496 if (section == entry.getSection()) { in notifySectionEntriesUpdated()
1065 NotifSection section = requireNonNull(entry.getSection()); in assignIndexes()
1133 if (curr.getSuppressedChanges().getSection() != null) { in logAttachStateChanges()
1136 curr.getSuppressedChanges().getSection(), in logAttachStateChanges()
1137 curr.getSection()); in logAttachStateChanges()
1171 if (!wasDetached && curr.getSection() != prev.getSection()) { in logAttachStateChanges()
1174 prev.getSection(), in logAttachStateChanges()
1175 curr.getSection()); in logAttachStateChanges()
1213 final NotifSection section = o1.getSection(); in getSectionComparator()
1214 if (section != o2.getSection()) { in getSectionComparator()
[all …]
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java60 section = getSection(nextArgRequired()); in run()
71 private static Section getSection(String name) throws IllegalArgumentException { in getSection() method in IncidentHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java821 assertEquals(pkg1Section, mEntrySet.get(2).getSection()); in testNotifSections()
822 assertEquals(pkg1Section, mEntrySet.get(7).getSection()); in testNotifSections()
825 assertEquals(pkg2Section, mEntrySet.get(1).getSection()); in testNotifSections()
826 assertEquals(pkg2Section, mEntrySet.get(8).getSection()); in testNotifSections()
827 assertEquals(pkg2Section, mBuiltList.get(3).getSection()); in testNotifSections()
830 assertNull(mEntrySet.get(0).getSection()); in testNotifSections()
831 assertNull(mEntrySet.get(10).getSection()); in testNotifSections()
834 assertEquals(pkg5Section, mEntrySet.get(9).getSection()); in testNotifSections()
837 assertEquals(mBuiltList.get(3).getSection(), child(5).entry.getSection()); in testNotifSections()
838 assertEquals(mBuiltList.get(3).getSection(), child(6).entry.getSection()); in testNotifSections()
[all …]