Home
last modified time | relevance | path

Searched refs:isGroup (Results 1 – 13 of 13) 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.java464 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()
494 if (!sbn.isGroup() || sbn.getNotification().isGroupSummary()) { in shouldIsolate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java350 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) { in canAlertCommon()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java163 public boolean isGroup() { in isGroup() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java280 if (potentialGroupSummary.sbn.isGroup() in repostGroupSummary()
DNotificationManagerService.java1535 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
1556 if (r.sbn.isGroup()) { in addNotification()
5328 if (r.sbn.isGroup()) {
5524 if (n.isGroup() && notification.isGroupChild()) {
5695 if (r.sbn.isGroup() && r.sbn.getNotification().isGroupSummary()) {
6007 if (record.sbn.isGroup() && record.sbn.getNotification().isGroupSummary()) {
6061 if (record.sbn.isGroup() && record.getNotification().suppressAlertingDueToGrouping()) {
6097 if (record.sbn.isGroup()) {
7148 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/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/compile/mclinker/lib/Object/
DObjectLinker.cpp151 if (isGroup(input)) { in normalize()
/frameworks/base/config/
Dboot-image-profile.txt13349 HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z
/frameworks/base/non-updatable-api/
Dcurrent.txt42036 method public boolean isGroup();
/frameworks/base/api/
Dcurrent.txt42180 method public boolean isGroup();