Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e3fb992 authored by Daichi Hirono's avatar Daichi Hirono Committed by Android Git Automerger
Browse files

am 100e1c92: Merge "Fix API doc of MtpDevice#getObjectHandles." into mnc-dev

* commit '100e1c92':
  Fix API doc of MtpDevice#getObjectHandles.
parents 5f6e00d8 100e1c92
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,8 @@ public final class MtpDevice {
     *
     *
     * @param storageId the storage unit to query
     * @param storageId the storage unit to query
     * @param format the format of the object to return, or zero for all formats
     * @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
     * @return the object handles
     */
     */
    public int[] getObjectHandles(int storageId, int format, int objectHandle) {
    public int[] getObjectHandles(int storageId, int format, int objectHandle) {