HomeSort by relevance Sort by last modified time
    Searched defs:MtpClient (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpClient.java 44 public class MtpClient {
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) {
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.
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 46 public class MtpClient {
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) {
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.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 47 public class MtpClient {
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) {
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 86 milliseconds