HomeSort by relevance Sort by last modified time
    Searched refs:childPath (Results 1 - 15 of 15) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 105 Path childPath;
108 childPath = mPath.getChild(Uri.encode(childName));
111 childPath = mPath.getChild(minSize);
113 childPath = mPath.getChild(i);
118 album = (ClusterAlbum) dataManager.peekMediaObject(childPath);
120 album = new ClusterAlbum(childPath, dataManager, this);
MtpDeviceSet.java 76 Path childPath = mPath.getChild(deviceId);
77 MtpDevice device = (MtpDevice) dataManager.peekMediaObject(childPath);
79 device = new MtpDevice(childPath, mApplication, deviceId, mMtpContext);
LocalAlbum.java 130 Path childPath = mItemPath.getChild(id);
131 MediaItem item = loadOrUpdateItem(childPath, cursor,
208 Path childPath = itemPath.getChild(id);
209 MediaItem item = loadOrUpdateItem(childPath, cursor, dataManager,
MtpDevice.java 129 Path childPath = mItemPath.getChild(child.getObjectHandle());
131 MtpImage image = (MtpImage) dataManager.peekMediaObject(childPath);
134 childPath, mApplication, mDeviceId, child, mMtpContext);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MockSet.java 35 Path childPath = mItemPath.getChild(item_id_start + i);
36 mItems.add(new MockItem(childPath));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 765 milliseconds