Loading packages/MtpDocumentsProvider/src/com/android/mtp/MtpDocumentsProvider.java +0 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,6 @@ public class MtpDocumentsProvider extends DocumentsProvider { void closeDevice(int deviceId) throws IOException, InterruptedException { synchronized (mDeviceListLock) { closeDeviceInternal(deviceId); mDatabase.removeDeviceRows(deviceId); } mRootScanner.resume(); } Loading Loading
packages/MtpDocumentsProvider/src/com/android/mtp/MtpDocumentsProvider.java +0 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,6 @@ public class MtpDocumentsProvider extends DocumentsProvider { void closeDevice(int deviceId) throws IOException, InterruptedException { synchronized (mDeviceListLock) { closeDeviceInternal(deviceId); mDatabase.removeDeviceRows(deviceId); } mRootScanner.resume(); } Loading