Loading packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -200,7 +200,7 @@ class MtpManager { } } if (objectInfo.getFormat() != MtpConstants.FORMAT_ASSOCIATION) { if (objectInfo.getFormat() != MtpConstants.FORMAT_ASSOCIATION) { if (!device.sendObject(sendObjectInfoResult.getObjectHandle(), if (!device.sendObject(sendObjectInfoResult.getObjectHandle(), sendObjectInfoResult.getCompressedSize(), source)) { sendObjectInfoResult.getCompressedSizeLong(), source)) { throw new IOException("Failed to send contents of a document"); throw new IOException("Failed to send contents of a document"); } } } } Loading Loading
packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -200,7 +200,7 @@ class MtpManager { } } if (objectInfo.getFormat() != MtpConstants.FORMAT_ASSOCIATION) { if (objectInfo.getFormat() != MtpConstants.FORMAT_ASSOCIATION) { if (!device.sendObject(sendObjectInfoResult.getObjectHandle(), if (!device.sendObject(sendObjectInfoResult.getObjectHandle(), sendObjectInfoResult.getCompressedSize(), source)) { sendObjectInfoResult.getCompressedSizeLong(), source)) { throw new IOException("Failed to send contents of a document"); throw new IOException("Failed to send contents of a document"); } } } } Loading