Searched refs:MtpClient (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java22 import com.android.gallery3d.ingest.data.MtpClient;
53 MtpDeviceIndex.ProgressListener, MtpClient.Listener {
66 private MtpClient mClient;
96 mClient = new MtpClient(getApplicationContext());
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpClient.java44 public class MtpClient { class
46 private static final String TAG = "MtpClient";
160 * MtpClient constructor
162 * @param context the {@link android.content.Context} to use for the MtpClient
164 public MtpClient(Context context) { method in class:MtpClient
214 * Closes all resources related to the MtpClient object
221 * Registers a {@link com.android.gallery3d.data.MtpClient.Listener} interface to receive
235 * Unregisters a {@link com.android.gallery3d.data.MtpClient.Listener} interface.
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java47 public class MtpClient { class
49 private static final String TAG = "MtpClient";
52 "android.mtp.MtpClient.action.USB_PERMISSION";
163 * MtpClient constructor
165 * @param context the {@link android.content.Context} to use for the MtpClient
167 public MtpClient(Context context) { method in class:MtpClient
216 * Closes all resources related to the MtpClient object
223 * Registers a {@link com.android.gallery3d.data.MtpClient.Listener} interface to receive
237 * Unregisters a {@link com.android.gallery3d.data.MtpClient.Listener} interface.

Completed in 95 milliseconds