/frameworks/compile/mclinker/lib/Core/ |
D | InputTree.cpp | 53 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/ |
D | InputTree.h | 45 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/ |
D | InputTreeTest.cpp | 73 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/ |
D | NotificationGroupManager.java | 137 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/ |
D | NotificationRankingManager.kt | 177 val oldIsGroup = entry.sbn.isGroup in <lambda>()
|
D | ShadeListBuilder.java | 419 if (entry.getSbn().isGroup()) { in groupNotifs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderImpl.java | 322 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) { in canAlertCommon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 188 if (sbn.isGroup()) { in handleNotificationPosted()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 171 public boolean isGroup() { in isGroup() method in StatusBarNotification
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1974 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/ |
D | SnoozeHelper.java | 411 if (potentialGroupSummary.getSbn().isGroup() in repostGroupSummary()
|
D | NotificationManagerService.java | 1760 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/ |
D | ObjectLinker.cpp | 151 if (isGroup(input)) { in normalize()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 17808 HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z
|
/frameworks/base/api/ |
D | current.txt | 43912 method public boolean isGroup();
|