Home
last modified time | relevance | path

Searched refs:isGroup (Results 1 – 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp53 bool isGroup(const InputTree::iterator& pos) { in isGroup() function
57 bool isGroup(const InputTree::const_iterator& pos) { in isGroup() function
61 bool isGroup(const InputTree::dfs_iterator& pos) { in isGroup() function
65 bool isGroup(const InputTree::const_dfs_iterator& pos) { in isGroup() function
69 bool isGroup(const InputTree::bfs_iterator& pos) { in isGroup() function
73 bool isGroup(const InputTree::const_bfs_iterator& pos) { in isGroup() function
/frameworks/compile/mclinker/include/mcld/
DInputTree.h45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } in isGroup() function
50 while (isGroup())
59 while (isGroup())
101 if (it.isGroup()) in bfs_begin()
113 if (it.isGroup()) in bfs_begin()
124 if (it.isGroup()) in dfs_begin()
136 if (it.isGroup()) in dfs_begin()
288 bool isGroup(const InputTree::iterator& pos);
289 bool isGroup(const InputTree::const_iterator& pos);
290 bool isGroup(const InputTree::dfs_iterator& pos);
[all …]
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp73 ASSERT_TRUE(isGroup(node)); in TEST_F()
74 ASSERT_TRUE(isGroup(const_node)); in TEST_F()
86 ASSERT_FALSE(isGroup(node)); in TEST_F()
87 ASSERT_FALSE(isGroup(const_node2)); in TEST_F()
112 ASSERT_TRUE(isGroup(node)); in TEST_F()
132 ASSERT_FALSE(isGroup(node)); in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java137 onEntryRemovedInternal(removed, sbn.getGroupKey(), sbn.isGroup(), in onEntryRemovedInternal()
142 isGroup, boolean isGroupSummary) { in onEntryRemovedInternal() argument
152 if (isGroupChild(removed.getKey(), isGroup, isGroupSummary)) { in onEntryRemovedInternal()
275 onEntryUpdated(entry, oldNotification.getGroupKey(), oldNotification.isGroup(), in onEntryUpdated()
516 return isGroupChild(sbn.getKey(), sbn.isGroup(), sbn.getNotification().isGroupSummary()); in isGroupChild()
519 private boolean isGroupChild(String key, boolean isGroup, boolean isGroupSummary) { in isGroupChild() argument
523 return isGroup && !isGroupSummary; in isGroupChild()
542 if (!sbn.isGroup() || sbn.getNotification().isGroupSummary()) { in shouldIsolate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt177 val oldIsGroup = entry.sbn.isGroup in <lambda>()
DShadeListBuilder.java419 if (entry.getSbn().isGroup()) { in groupNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java322 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) { in canAlertCommon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java188 if (sbn.isGroup()) { in handleNotificationPosted()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java171 public boolean isGroup() { in isGroup() method in StatusBarNotification
/frameworks/base/tools/aapt/
DResource.cpp1974 const bool isGroup = strcmp16(block.getElementName(&len), in buildResources() local
1977 "name", isGroup ? packageIdentCharsWithTheStupid in buildResources()
1983 if (!isGroup) { in buildResources()
2026 if (isGroup && (*e == '-')) { in buildResources()
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java411 if (potentialGroupSummary.getSbn().isGroup() in repostGroupSummary()
DNotificationManagerService.java1760 if (posted.getSbn().isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
1783 if (r.getSbn().isGroup()) { in addNotification()
6124 if (r.getSbn().isGroup()) {
6380 if (n.isGroup() && notification.isGroupChild()) {
6591 if (r.getSbn().isGroup() && r.getSbn().getNotification().isGroupSummary()) {
6909 if (record.getSbn().isGroup() && record.getSbn().getNotification().isGroupSummary()) {
6964 if (record.getSbn().isGroup() && record.getNotification().suppressAlertingDueToGrouping()) {
7001 if (record.getSbn().isGroup()) {
8088 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp151 if (isGroup(input)) { in normalize()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt17808 HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z
/frameworks/base/api/
Dcurrent.txt43912 method public boolean isGroup();