Searched refs:isGroup (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp53 bool isGroup(const InputTree::iterator& pos) { function in namespace:mcld
57 bool isGroup(const InputTree::const_iterator& pos) { function in namespace:mcld
61 bool isGroup(const InputTree::dfs_iterator& pos) { function in namespace:mcld
65 bool isGroup(const InputTree::const_dfs_iterator& pos) { function in namespace:mcld
69 bool isGroup(const InputTree::bfs_iterator& pos) { function in namespace:mcld
73 bool isGroup(const InputTree::const_bfs_iterator& pos) { function in namespace:mcld
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } function in class:mcld::PolicyIterator
50 while (isGroup())
59 while (isGroup())
101 if (it.isGroup())
113 if (it.isGroup())
124 if (it.isGroup())
136 if (it.isGroup())
288 bool isGroup(const InputTree::iterator& pos);
289 bool isGroup(const InputTree::const_iterator& pos);
290 bool isGroup(cons
[all...]
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp73 ASSERT_TRUE(isGroup(node));
74 ASSERT_TRUE(isGroup(const_node));
86 ASSERT_FALSE(isGroup(node));
87 ASSERT_FALSE(isGroup(const_node2));
112 ASSERT_TRUE(isGroup(node));
132 ASSERT_FALSE(isGroup(node));
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java143 public boolean isGroup() { method in class:StatusBarNotification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java467 return sbn.isGroup() && !sbn.getNotification().isGroupSummary();
593 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary())
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouter.java2296 boolean isGroup = routeDescriptor.getGroupMemberIds() != null;
2300 RouteInfo route = isGroup ? new RouteGroup(provider, id, uniqueId) :
2305 if (isGroup) {
2323 if ((route instanceof RouteGroup) != isGroup) {
2324 route = isGroup ? new RouteGroup(provider, id, route.getId()) :
/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java283 if (potentialGroupSummary.sbn.isGroup()
H A DNotificationManagerService.java1271 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) {
1292 if (r.sbn.isGroup()) {
4286 if (r.sbn.isGroup()) {
4374 if (n.isGroup() && notification.isGroupChild()) {
4563 if (r.sbn.isGroup() && r.sbn.getNotification().isGroupSummary()) {
4868 if (record.sbn.isGroup()) {
5904 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouter.java2293 boolean isGroup = routeDescriptor.getGroupMemberIds() != null;
2294 RouteInfo route = isGroup ? new RouteGroup(provider, id, uniqueId) :
2299 if (isGroup) {
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
H A DMediaRouterJellybean.java195 public static boolean isGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java197 public static boolean isGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
/frameworks/base/tools/aapt/
H A DResource.cpp1974 const bool isGroup = strcmp16(block.getElementName(&len), local
1977 "name", isGroup ? packageIdentCharsWithTheStupid
1983 if (!isGroup) {
2026 if (isGroup && (*e == '-')) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp151 if (isGroup(input)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationEntryManager.java967 if (sbn.isGroup() && sbn.getNotification().suppressAlertingDueToGrouping()) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 285 milliseconds