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

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java46 public class MtpClient { class
48 private static final String TAG = "MtpClient";
51 "android.mtp.MtpClient.action.USB_PERMISSION";
149 * MtpClient constructor
151 * @param context the {@link android.content.Context} to use for the MtpClient
153 public MtpClient(Context context) { method in class:MtpClient
190 * Closes all resources related to the MtpClient object
197 * Registers a {@link android.mtp.MtpClient.Listener} interface to receive
211 * Unregisters a {@link android.mtp.MtpClient.Listener} interface.

Completed in 138 milliseconds