diff options
author | Daichi Hirono <hirono@google.com> | 2015-06-12 10:45:08 +0900 |
---|---|---|
committer | Daichi Hirono <hirono@google.com> | 2015-06-15 03:34:28 +0000 |
commit | 660727c79ed5e39d0260428f3e2fa36ea66c8626 (patch) | |
tree | 34945bac58496da3cd876b73e6b5125043f8c7f7 /media/java | |
parent | 6d9778328a3c3c9da525870fff606af8ac5e9529 (diff) | |
download | frameworks_base-660727c79ed5e39d0260428f3e2fa36ea66c8626.zip frameworks_base-660727c79ed5e39d0260428f3e2fa36ea66c8626.tar.gz frameworks_base-660727c79ed5e39d0260428f3e2fa36ea66c8626.tar.bz2 |
Fix API doc of MtpDevice#getObjectHandles.
BUG=21782579
Change-Id: Iadec8923c74f62b7aed44e876fb469b41c7dc59b
Diffstat (limited to 'media/java')
-rw-r--r-- | media/java/android/mtp/MtpDevice.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/java/android/mtp/MtpDevice.java b/media/java/android/mtp/MtpDevice.java index 72dcaa8..a68361b 100644 --- a/media/java/android/mtp/MtpDevice.java +++ b/media/java/android/mtp/MtpDevice.java @@ -132,7 +132,8 @@ public final class MtpDevice { * * @param storageId the storage unit to query * @param format the format of the object to return, or zero for all formats - * @param objectHandle the parent object to query, or zero for the storage root + * @param objectHandle the parent object to query, -1 for the storage root, + * or zero for all objects * @return the object handles */ public int[] getObjectHandles(int storageId, int format, int objectHandle) { |