Home
last modified time | relevance | path

Searched defs:getChildren (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidTree.cpp81 std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() { in getChildren() function in HidUtil::HidTreeNode
85 const std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() const { in getChildren() function in HidUtil::HidTreeNode
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManager.java70 List<NotificationEntry> getChildren(ListEntry summary); in getChildren() method
H A DGroupMembershipManagerImpl.java64 public List<NotificationEntry> getChildren(ListEntry entry) { in getChildren() method in GroupMembershipManagerImpl
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DDelayedDiscovery.java104 Collection<Discovery> getChildren() { in getChildren() method in DelayedDiscovery
H A DMultiDiscovery.java117 Collection<Discovery> getChildren() { in getChildren() method in MultiDiscovery
H A DDiscovery.java195 Collection<Discovery> getChildren() { in getChildren() method in Discovery
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java51 List<AdapterItem> getChildren() { in getChildren() method in AdapterItem
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
H A DXMLNode.java86 public List<XMLNode> getChildren() { in getChildren() method in XMLNode
H A DPpsMoParser.java308 public abstract List<PPSNode> getChildren(); in getChildren() method in PpsMoParser.PPSNode
339 public List<PPSNode> getChildren() { in getChildren() method in PpsMoParser.LeafNode
365 public List<PPSNode> getChildren() { in getChildren() method in PpsMoParser.InternalNode
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DGroupEntry.java56 public List<NotificationEntry> getChildren() { in getChildren() method in GroupEntry
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DTreeNode.java66 public final List<V> getChildren() { in getChildren() method in TreeNode
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/library/
H A DOptionalClassRunner.java101 protected List<Runner> getChildren() { in getChildren() method in OptionalClassRunner.ClassNotFoundRunner
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Node.java340 public List<Asn1Node> getChildren(int tag) in getChildren() method in Asn1Node
368 public List<Asn1Node> getChildren() throws InvalidAsn1DataException { in getChildren() method in Asn1Node
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DUriMatcherTest.java141 private ArrayList<UriMatcher> getChildren(UriMatcher matcher) in getChildren() method in UriMatcherTest
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaMediaItem.java120 List<TmaMediaItem> getChildren() { in getChildren() method in TmaMediaItem
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DSite.java443 public List<Site> getChildren() { in getChildren() method in Site
/aosp12/frameworks/av/media/libeffects/config/src/
H A DEffectsConfig.cpp41 std::vector<std::reference_wrapper<const XMLElement>> getChildren(const XMLNode& node, in getChildren() function
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java287 private Collection<MtpObject> getChildren() { in getChildren() method in MtpStorageManager.MtpObject
573 private synchronized Collection<MtpObject> getChildren(MtpObject object) { in getChildren() method in MtpStorageManager
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DBrowseTree.java227 synchronized List<BrowseNode> getChildren() { in getChildren() method in BrowseTree.BrowseNode
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.cpp688 const Vector<sp<XMLNode> >& XMLNode::getChildren() const in getChildren() function in XMLNode
694 Vector<sp<XMLNode> >& XMLNode::getChildren() in getChildren() function in XMLNode
/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java177 List<Preference> getChildren() { in getChildren() method in AppRestrictionsFragment.AppRestrictionsPreference
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java900 public final Drawable[] getChildren() { in getChildren() method in DrawableContainer.DrawableContainerState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java678 public @Nullable List<NotificationEntry> getChildren(ListEntry listEntrySummary) { in getChildren() method in NotificationGroupManagerLegacy
/aosp12/system/libvintf/
H A Dparse_xml.cpp108 inline std::vector<NodeType *> getChildren(NodeType *parent, const std::string &name) { in getChildren() function
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCall.java2183 public List<Call> getChildren() { in getChildren() method in Call

12