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

1 2 3 4

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
BusyDeviceException.java 17 package com.android.mtp;
26 super("The MTP device is busy.");
SendObjectInfoFailure.java 17 package com.android.mtp;
ServiceIntentSender.java 17 package com.android.mtp;
Identifier.java 17 package com.android.mtp;
20 import static com.android.mtp.MtpDatabaseConstants.DocumentType;
MtpDeviceRecord.java 17 package com.android.mtp;
20 import android.mtp.MtpConstants;
MtpRoot.java 17 package com.android.mtp;
19 import android.mtp.MtpStorageInfo;
UsbIntentReceiver.java 17 package com.android.mtp;
MtpManager.java 17 package com.android.mtp;
26 import android.mtp.MtpConstants;
27 import android.mtp.MtpDevice;
28 import android.mtp.MtpDeviceInfo;
29 import android.mtp.MtpEvent;
30 import android.mtp.MtpObjectInfo;
31 import android.mtp.MtpStorageInfo;
44 * The model wrapping android.mtp API.
55 * Subclass for Android style MTP.
65 * Protocol for Android style MTP
    [all...]
MtpFileWriter.java 17 package com.android.mtp;
20 import android.mtp.MtpObjectInfo;
39 final File tempFile = File.createTempFile("mtp", "tmp", context.getCacheDir());
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestServiceIntentSender.java 17 package com.android.mtp;
RealDeviceTest.java 17 package com.android.mtp;
TestResources.java 17 package com.android.mtp;
MtpManagerTest.java 17 package com.android.mtp;
22 import android.mtp.MtpConstants;
23 import android.mtp.MtpEvent;
24 import android.mtp.MtpObjectInfo;
106 getInstrumentation().show("Please take a photo by using connected MTP device.");
TestUtil.java 17 package com.android.mtp;
22 import android.mtp.MtpConstants;
46 * Requests permission for a MTP device and returns the first MTP device that has at least one
61 // When the MTP device is Android, and it changes the USB device type from
62 // "Charging" to "MTP", the device ID will be updated. We need to find a device
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/annotations/
UsedByNative.java 17 package com.android.mtp.annotations;
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 17 package android.mtp;
20 * This class encapsulates information about a storage unit on an MTP device.
22 * section 5.2.2 of the MTP specification.
38 * The storage ID uniquely identifies the storage unit on the MTP device.
67 * MTP host.
MtpDeviceInfo.java 17 package android.mtp;
20 * This class encapsulates information about an MTP device.
22 * section 5.1.1 of the MTP specification.
38 * Returns the manufacturer's name for the MTP device
47 * Returns the model name for the MTP device
56 * Returns the version string the MTP device
65 * Returns the unique serial number for the MTP device
MtpPropertyList.java 17 package android.mtp;
MtpServer.java 17 package android.mtp;
20 * Java wrapper for MTP/PTP support as USB responder.
MtpStorage.java 17 package android.mtp;
23 * This class represents a storage unit on an MTP device.
24 * Used only for MTP support in USB responder mode.
25 * MtpStorageInfo is used in MTP host mode
76 * This can be set to a non-zero value to prevent MTP from filling up the entire storage.
MtpEvent.java 17 package android.mtp;
20 * This class encapsulates information about a MTP event.
21 * This corresponds to the events described in appendix G of the MTP specification.
74 * Returns event code of MTP event.
75 * See the USB-IF MTP specification for the details of event constants.
  /external/libmtp/examples/
evolution-sync.sh 10 SENDFILE=`which mtp-sendfile`
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
IngestObjectInfo.java 4 import android.mtp.MtpDevice;
5 import android.mtp.MtpObjectInfo;
9 * Holds the info needed for the in-memory index of MTP objects.
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectBrowser.java 25 import android.mtp.MtpConstants;
26 import android.mtp.MtpDevice;
27 import android.mtp.MtpObjectInfo;
StorageBrowser.java 22 import android.mtp.MtpDevice;
23 import android.mtp.MtpStorageInfo;

Completed in 150 milliseconds

1 2 3 4