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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPathMatcher.java46 Node next = current.getChild(segments[i]);
48 next = current.getChild("*");
89 Node getChild(String segment) { method in class:PathMatcher.Node
H A DPath.java39 public Path getChild(String segment) { method in class:Path
60 public Path getChild(int segment) { method in class:Path
61 return getChild(String.valueOf(segment));
64 public Path getChild(long segment) { method in class:Path
65 return getChild(String.valueOf(segment));
105 current = current.getChild(segments[i]);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailAdapter.java43 public Object getChild(final int groupPosition, final int childPosition) { method in class:VCardDetailAdapter
63 getChild(groupPosition, childPosition);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettingsAdapter.java95 public BluetoothMapAccountItem getChild(int groupPosition, int childPosition) { method in class:BluetoothMapSettingsAdapter
99 private ArrayList<BluetoothMapAccountItem> getChild(BluetoothMapAccountItem group) { method in class:BluetoothMapSettingsAdapter
124 final BluetoothMapAccountItem child = getChild(groupPosition, childPosition);
134 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup);
259 ArrayList<BluetoothMapAccountItem> childItem = getChild(groupItem);
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java330 public Object getChild(int groupPosition, int childPosition) { method in class:DateSortedExpandableListAdapter
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java306 public Object getChild(int groupPosition, int childPosition) { method in class:BookmarkExpandableView.BookmarkAccountAdapter
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java608 final GroupDelta child = (GroupDelta)this.getChild(groupPosition, childPosition);
629 public Object getChild(int groupPosition, int childPosition) { method in class:CustomContactListFilterActivity.DisplayAdapter
642 final GroupDelta child = (GroupDelta)getChild(groupPosition, childPosition);
712 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
754 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java233 showCertDialog(adapter.getChild(groupPosition, childPosition));
308 public CertHolder getChild(int groupPosition, int childPosition) { method in class:TrustedCredentialsSettings.TrustedCertificateExpandableAdapter
347 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab,
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 385 milliseconds