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

/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 50 milliseconds