/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | PathMatcher.java | 46 Node next = current.getChild(segments[i]); 48 next = current.getChild("*"); 89 Node getChild(String segment) { method in class:PathMatcher.Node
|
H A D | SnailSource.java | 64 return Path.fromString("/snail/set").getChild(id); 68 return Path.fromString("/snail/item").getChild(id);
|
H A D | LocalSource.java | 98 LocalAlbumSet.PATH_IMAGE.getChild(bucketId)); 100 LocalAlbumSet.PATH_VIDEO.getChild(bucketId)); 145 return Path.fromString("/local/image").getChild(id); 147 return Path.fromString("/local/video").getChild(id); 149 return Path.fromString("/local/all").getChild(id); 159 return id >= 0 ? LocalImage.ITEM_PATH.getChild(id) : null; 163 return id >= 0 ? LocalVideo.ITEM_PATH.getChild(id) : null; 185 return Path.fromString("/local/all").getChild(
|
H A D | Path.java | 39 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]);
|
H A D | ClusterAlbumSet.java | 108 childPath = mPath.getChild(Uri.encode(childName)); 111 childPath = mPath.getChild(minSize); 113 childPath = mPath.getChild(i);
|
H A D | LocalAlbum.java | 133 Path childPath = mItemPath.getChild(id); 211 Path childPath = itemPath.getChild(id);
|
H A D | LocalAlbumSet.java | 139 Path path = parent.getChild(id);
|
H A D | SecureAlbum.java | 77 Path path = pathBase.getChild(id);
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | VCardDetailAdapter.java | 43 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 D | BluetoothMapSettingsAdapter.java | 95 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/experimental/TestBack/src/foo/bar/testback/ |
H A D | TestBackService.java | 117 AccessibilityNodeInfo child = root.getChild(i); 130 AccessibilityNodeInfo child = root.getChild(i);
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
H A D | GalleryWidgetMigrator.java | 145 .getChild(newBucketId) 164 .getChild(newBucketId)
|
/packages/apps/Settings/tests/app/src/com/android/settings/gesture/ |
H A D | GestureSettingsTest.java | 163 UiObject relativeLayout = settings.getChild(relativeLayoutSelector.instance(i)); 167 UiObject obj1 = relativeLayout.getChild(new UiSelector().index(0));
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
H A D | CustomContactListFilterActivity.java | 608 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); 707 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition); 749 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
H A D | LocalPhotoSource.java | 101 mDataManager.getMediaObject(LOCAL_IMAGE_ROOT.getChild(id));
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | TrustedCredentialsSettings.java | 355 public CertHolder getChild(int groupPosition, int childPosition) { method in class:TrustedCredentialsSettings.GroupAdapter 399 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab, 410 showCertDialog(getChild(groupPosition, childPosition)); 548 return mParent.getChild(mGroupPosition, position);
|
/packages/apps/Music/src/com/android/music/ |
H A D | ArtistAlbumBrowserActivity.java | 271 Cursor c = (Cursor) getExpandableListAdapter().getChild(groupPosition, childPosition); 359 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
|
/packages/apps/TV/usbtuner/libs/ |
H A D | exoplayer_1.5.6.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |