diff --git a/api/current.xml b/api/current.xml index fb4cdde07a8f5..92d9eff9ee6fa 100644 --- a/api/current.xml +++ b/api/current.xml @@ -113283,7 +113283,7 @@ - + + diff --git a/media/java/android/mtp/MtpConstants.java b/media/java/android/mtp/MtpConstants.java index ad67bb916268b..d245f58868590 100644 --- a/media/java/android/mtp/MtpConstants.java +++ b/media/java/android/mtp/MtpConstants.java @@ -271,7 +271,7 @@ public final class MtpConstants { /** * Returns true if the object is abstract (that is, it has no representation - * in the underlying file system. + * in the underlying file system). * * @param format the format of the object * @return true if the object is abstract diff --git a/media/java/android/mtp/MtpDevice.java b/media/java/android/mtp/MtpDevice.java index db2cebdf454c5..af37c9e509cbd 100644 --- a/media/java/android/mtp/MtpDevice.java +++ b/media/java/android/mtp/MtpDevice.java @@ -198,7 +198,7 @@ public final class MtpDevice { * @param objectHandle handle of the object to query * @return the object's storage unit ID */ - public long getStorageID(int objectHandle) { + public long getStorageId(int objectHandle) { return native_get_storage_id(objectHandle); }