Searched defs:getChild (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAScalar.java53 public OMANode getChild(String name) throws OMAException { method in class:OMAScalar
H A DOMAConstructed.java39 target = target.getChild(element);
103 public OMANode getChild(String name) { method in class:OMAConstructed
H A DOMANode.java79 public abstract OMANode getChild(String name) throws OMAException; method in class:OMANode
H A DMOManager.java272 getChild(TAG_PerProviderSubscription);
307 OMANode currentUD = moTree.getRoot().getChild(TAG_UpdateIdentifier);
368 OMANode oldUdi = ppsTree.getChild(TAG_UpdateIdentifier);
373 ppsTree.replaceNode(oldUdi, modRoot.getChild(TAG_UpdateIdentifier));
375 ppsTree.addChild(modRoot.getChild(TAG_UpdateIdentifier));
422 OMANode oldUdi = targetTree.getChild(TAG_UpdateIdentifier);
427 targetTree.replaceNode(oldUdi, modRoot.getChild(TAG_UpdateIdentifier));
429 targetTree.addChild(modRoot.getChild(TAG_UpdateIdentifier));
732 OMANode spRoot = ppsRoot.getChild(TAG_HomeSP);
751 OMANode hessidNode = ssidRoot.getChild(TAG_HESSI
905 public static OMANode getChild(OMANode node, String key) throws OMAException { method in class:MOManager
[all...]
/frameworks/base/sax/java/android/sax/
H A DElement.java57 public Element getChild(String localName) { method in class:Element
58 return getChild("", localName);
64 public Element getChild(String uri, String localName) { method in class:Element
93 Element child = getChild(uri, localName);
/frameworks/base/core/java/android/widget/
H A DExpandableListAdapter.java72 Object getChild(int groupPosition, int childPosition); method in interface:ExpandableListAdapter
H A DSimpleExpandableListAdapter.java213 public Object getChild(int groupPosition, int childPosition) { method in class:SimpleExpandableListAdapter
H A DCursorTreeAdapter.java167 public Cursor getChild(int groupPosition, int childPosition) { method in class:CursorTreeAdapter
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java229 public AccessibilityWindowInfoCompat getChild(int index) { method in class:AccessibilityWindowInfoCompat
231 return wrapNonNullInstance(((AccessibilityWindowInfo) mInfo).getChild(index));
H A DAccessibilityNodeInfoCompat.java1428 public AccessibilityNodeInfoCompat getChild(int index) { method in class:AccessibilityNodeInfoCompat
1429 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getChild(index));
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java128 public Object getChild(int groupPosition, int childPosition) { method in class:FakeExpandableAdapter
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java123 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java404 public AccessibilityWindowInfo getChild(int index) { method in class:AccessibilityWindowInfo
H A DAccessibilityNodeInfo.java955 public AccessibilityNodeInfo getChild(int index) { method in class:AccessibilityNodeInfo
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1354 public TrieNode getChild(char ch) { method in class:AbstractMessageParser.TrieNode
1384 root = root.getChild(str.charAt(index++));
1413 root = root.getChild(p.getRawText().charAt(index++));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java484 final Drawable d = mDrawableContainerState.getChild(index);
894 * @deprecated Use {@link #getChild} instead.
903 public final Drawable getChild(int index) { method in class:DrawableContainer.DrawableContainerState
1229 mCurrDrawable = state.getChild(mCurIndex);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 540 milliseconds