Home
last modified time | relevance | path

Searched refs:isGroup (Results 1 – 18 of 18) 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/SettingsLib/src/com/android/settingslib/media/
DInfoMediaManager.java175 boolean isGroup = false; in isRoutingSessionAvailableForVolumeControl()
181 isGroup = true; in isRoutingSessionAvailableForVolumeControl()
190 return !isGroup; in isRoutingSessionAvailableForVolumeControl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java269 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) { in getFullScreenIntentDecision()
562 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) { in canAlertHeadsUpCommon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java207 if (sbn.isGroup()) { in handleNotificationPosted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1236 boolean isGroup = false;
1242 isGroup = true;
1251 return !isGroup;
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java196 public boolean isGroup() { in isGroup() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java492 boolean isGroup = false; in canHandleVolumeKey()
498 isGroup = true; in canHandleVolumeKey()
507 return !isGroup; in canHandleVolumeKey()
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java336 && potentialGroupSummary.getSbn().isGroup() in repostGroupSummary()
DNotificationManagerService.java2099 if (posted.getSbn().isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
2122 if (r.getSbn().isGroup()) { in addNotification()
7178 if (r.getSbn().isGroup()) {
7471 if (n.isGroup() && notification.isGroupChild()) {
7708 if (r.getSbn().isGroup() && r.getSbn().getNotification().isGroupSummary()) {
8045 if (record.getSbn().isGroup() && record.getSbn().getNotification().isGroupSummary()) {
8100 if (record.getSbn().isGroup() && record.getNotification().suppressAlertingDueToGrouping()) {
8154 if (record.getSbn().isGroup()) {
9304 if (r.getSbn().isGroup() && r.getNotification().isGroupChild()) {
9444 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java575 if (entry.getSbn().isGroup()) { in groupNotifs()
906 if (sbn.isGroup() in addGroupsWithChildrenLostToFiltering()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt118 if (!posted.entry.sbn.isGroup) { in <lambda>()
/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/boot/
Dboot-image-profile.txt13685 HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z
/frameworks/base/config/
Dboot-image-profile.txt13687 HSPLandroid/service/notification/StatusBarNotification;->isGroup()Z
/frameworks/base/core/api/
Dcurrent.txt39099 method public boolean isGroup();