HomeSort by relevance Sort by last modified time
    Searched refs:mtp (Results 26 - 50 of 85) sorted by null

12 3 4

  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 29 import android.mtp.MtpDevice;
30 import android.mtp.MtpDeviceInfo;
31 import android.mtp.MtpObjectInfo;
32 import android.mtp.MtpStorageInfo;
42 * This class helps an application manage a list of connected MTP or PTP devices.
43 * It listens for MTP devices being attached and removed from the USB host bus
44 * and notifies the application when the MTP device list changes.
51 "android.mtp.MtpClient.action.USB_PERMISSION";
109 * An interface for being notified when MTP or PTP devices are attached
165 * Opens the {@link android.hardware.usb.UsbDevice} for an MTP or PT
    [all...]
CameraBrowser.java 23 import android.mtp.MtpDevice;
24 import android.mtp.MtpDeviceInfo;
ObjectViewer.java 26 import android.mtp.MtpConstants;
27 import android.mtp.MtpObjectInfo;
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ReceiverActivity.java 17 package com.android.mtp;
AppFuse.java 17 package com.android.mtp;
28 import com.android.mtp.annotations.UsedByNative;
Mapper.java 17 package com.android.mtp;
24 import android.mtp.MtpObjectInfo;
35 import static com.android.mtp.MtpDatabaseConstants.*;
36 import static com.android.mtp.MtpDatabase.strings;
311 * is 'object', it seems the documents are really removed from the remote MTP device. So the
MtpDocumentsService.java 17 package com.android.mtp;
33 * starts to run when the first MTP device is opened, and stops when the last MTP device is closed.
36 static final String ACTION_OPEN_DEVICE = "com.android.mtp.OPEN_DEVICE";
37 static final String ACTION_CLOSE_DEVICE = "com.android.mtp.CLOSE_DEVICE";
38 static final String ACTION_UPDATE_NOTIFICATION = "com.android.mtp.UPDATE_NOTIFICATION";
DocumentLoader.java 17 package com.android.mtp;
23 import android.mtp.MtpConstants;
24 import android.mtp.MtpObjectInfo;
40 * Loader for MTP document.
PipeManager.java 17 package com.android.mtp;
RootScanner.java 17 package com.android.mtp;
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestContentResolver.java 17 package com.android.mtp;
TestResultActivity.java 17 package com.android.mtp;
30 * Activity that shows the test results instead of adb while using USB port to connect MTP device.
TestResultInstrumentation.java 17 package com.android.mtp;
41 arguments.putString("notAnnotation", "com.android.mtp.RealDeviceTest");
46 // from adb host while testing with real MTP device.
PipeManagerTest.java 17 package com.android.mtp;
DocumentLoaderTest.java 17 package com.android.mtp;
21 import android.mtp.MtpObjectInfo;
TestMtpManager.java 17 package com.android.mtp;
20 import android.mtp.MtpObjectInfo;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpThumbnailTileView.java 27 import android.mtp.MtpDevice;
33 * View for thumbnail images from an MTP device
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 4 import android.mtp.MtpConstants;
5 import android.mtp.MtpDevice;
6 import android.mtp.MtpObjectInfo;
MtpDeviceIndex.java 4 import android.mtp.MtpConstants;
5 import android.mtp.MtpDevice;
6 import android.mtp.MtpObjectInfo;
18 * Index of MTP media objects organized into "buckets," or groupings, based on the date
40 * - size: get the total number of items (bucket labels and MTP objects)
137 * @param mtpObjectInfo MTP object info
ImportTask.java 21 import android.mtp.MtpDevice;
34 * Task that handles the copying of items from an MTP device.
50 private static final String WAKELOCK_LABEL = "Google Photos MTP Import Task";
MtpBitmapFetch.java 23 import android.mtp.MtpDevice;
32 * Helper class for fetching bitmaps from MTP devices.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 23 import android.mtp.MtpDatabase;
24 import android.mtp.MtpServer;
25 import android.mtp.MtpStorage;
85 /** Flag indicating if MTP is disabled due to keyguard */
156 Log.d(TAG, "starting MTP server in " + (mPtpMode ? "PTP mode" : "MTP mode"));
166 Log.d(TAG, "no longer current user; shutting down MTP server");
227 Log.w(TAG, "Ignoring volume with invalid MTP storage ID: " + storage);
230 Log.d(TAG, "Adding MTP storage 0x" + Integer.toHexString(storage.getStorageId())
249 Log.d(TAG, "Removing MTP storage " + Integer.toHexString(storage.getStorageId()) + " at
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java 34 import android.mtp.MtpConstants;
35 import android.mtp.MtpDevice;
36 import android.mtp.MtpDeviceInfo;
37 import android.mtp.MtpEvent;
38 import android.mtp.MtpObjectInfo;
82 * Subclass for Android style MTP.
92 * Protocol for Android style MTP.
362 "MTP".equals(usbInterface.getName())) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 30 import android.mtp.MtpDevice;
31 import android.mtp.MtpObjectInfo;
32 import android.mtp.MtpStorageInfo;
42 * This class helps an application manage a list of connected MTP or PTP devices.
43 * It listens for MTP devices being attached and removed from the USB host bus
44 * and notifies the application when the MTP device list changes.
52 "android.mtp.MtpClient.action.USB_PERMISSION";
61 // List of MTP devices we should not try to open for which we are currently
64 // List of MTP devices we should not try to open.
123 * An interface for being notified when MTP or PTP devices are attache
    [all...]
  /frameworks/base/media/jni/
Android.mk 65 frameworks/av/media/mtp \

Completed in 637 milliseconds

12 3 4