Searched defs:mtpContext (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpDeviceSet.java41 public MtpDeviceSet(Path path, GalleryApp application, MtpContext mtpContext) { argument
45 mMtpContext = mtpContext;
72 public static String getDeviceName(MtpContext mtpContext, int deviceId) { argument
73 android.mtp.MtpDevice device = mtpContext.getMtpClient().getDevice(deviceId);
H A DMtpDevice.java45 String name, MtpContext mtpContext) {
51 mMtpContext = mtpContext;
59 MtpContext mtpContext) {
61 MtpDeviceSet.getDeviceName(mtpContext, deviceId), mtpContext);
113 public static MtpObjectInfo getObjectInfo(MtpContext mtpContext, int deviceId, argument
116 return mtpContext.getMtpClient().getObjectInfo(deviceName, objectId);
44 MtpDevice(Path path, GalleryApp application, int deviceId, String name, MtpContext mtpContext) argument
58 MtpDevice(Path path, GalleryApp application, int deviceId, MtpContext mtpContext) argument
H A DMtpImage.java52 MtpObjectInfo objInfo, MtpContext mtpContext) {
64 mMtpContext = mtpContext;
67 MtpImage(Path path, GalleryApp app, int deviceId, int objectId, MtpContext mtpContext) { argument
68 this(path, app, deviceId, MtpDevice.getObjectInfo(mtpContext, deviceId, objectId),
69 mtpContext);
51 MtpImage(Path path, GalleryApp application, int deviceId, MtpObjectInfo objInfo, MtpContext mtpContext) argument

Completed in 47 milliseconds