index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
media
/
java
/
android
/
mtp
/
MtpDevice.java
Age
Commit message (
Expand
)
Author
2021-06-21
MTP: Skip runtime thumbnail generation for Android Host
James Wei
2017-04-03
Properly guard access to CloseGuard in finalizers.
Narayan Kamath
2016-10-17
Properly close USB device connection in Mtp device
Philip P. Moltmann
2016-09-14
Do not access MTP devices when disabled.
Philip P. Moltmann
2016-07-05
Add NonNull and Nullable annotations to MtpDevice.
Daichi Hirono
2016-04-22
Merge "Add throws definition to MtpDevice#readEvent." into nyc-dev
Daichi Hirono
2016-04-20
Add throws definition to MtpDevice#readEvent.
Daichi Hirono
2016-04-18
Handle API review comments from the council.
Daichi Hirono
2016-03-28
Update the comment of MtpDevice#getObjectSizeLong
Daichi Hirono
2016-03-25
Add getObjectSizeLong hidden API to MtpDevice class.
Daichi Hirono
2016-01-28
Merge "Implement MtpDevice#getPartialObject64 in Java API."
Daichi Hirono
2016-01-28
Add varietions of MtpDevice's mehtods using long.
Daichi Hirono
2016-01-28
Implement MtpDevice#getPartialObject64 in Java API.
Daichi Hirono
2016-01-14
Change offset and size arguments of MtpDevice#getPartialObject to Java
Daichi Hirono
2016-01-07
Add getPartialObject to Java MtpDevice class.
Daichi Hirono
2015-09-25
Add readEvent method to MtpDevice.
Daichi Hirono
2015-08-28
Add support for uploading files via MTP.
Tomasz Mikolajewski
2015-08-14
Add API for uploading files to MTP devices.
Tomasz Mikolajewski
2015-08-07
Add API for streamed reading on MTP devices.
Tomasz Mikolajewski
2015-06-15
Fix API doc of MtpDevice#getObjectHandles.
Daichi Hirono
2014-01-07
am 1e3395c7: am 105b545e: am 0dce19ca: am 79ceb53a: am c58abeea: Merge "AArch...
Narayan Kamath
2014-01-07
AArch64: Use long for pointers in MTP classes
Ashok Bhat
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2011-05-05
docs: add package description for mtp and a little more info to MtpDevice
Scott Main
2011-04-01
Improve Javadoc for USB Manager and MTP/PTP support.
Mike Lockwood
2011-03-11
USB: minor cleanup work
Mike Lockwood
2011-03-11
UsbDevice: Move IO related methods to new UsbDeviceConnection class
Mike Lockwood
2011-03-01
Move USB framework support from android.hardware to android.hardware.usb package
Mike Lockwood
2011-02-11
Add MTP/PTP host support to the public API
Mike Lockwood
2011-01-22
New APIs for MTP and PTP host support
Mike Lockwood