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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java43 public class MtpClient { class
45 private static final String TAG = "MtpClient";
48 "android.mtp.MtpClient.action.USB_PERMISSION";
159 * MtpClient constructor
161 * @param context the {@link android.content.Context} to use for the MtpClient
163 public MtpClient(Context context) { method in class:MtpClient
212 * Closes all resources related to the MtpClient object
219 * Registers a {@link android.mtp.MtpClient.Listener} interface to receive
233 * Unregisters a {@link android.mtp.MtpClient.Listener} interface.

Completed in 64 milliseconds