Loading telephony/java/android/telephony/MbmsDownloadSession.java +1 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,7 @@ public class MbmsDownloadSession implements AutoCloseable { int result = downloadService.setTempFileRootDirectory(mSubscriptionId, filePath); if (result != MbmsErrors.SUCCESS) { sendErrorToApp(result, null); return; } } catch (RemoteException e) { mService.set(null); Loading Loading
telephony/java/android/telephony/MbmsDownloadSession.java +1 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,7 @@ public class MbmsDownloadSession implements AutoCloseable { int result = downloadService.setTempFileRootDirectory(mSubscriptionId, filePath); if (result != MbmsErrors.SUCCESS) { sendErrorToApp(result, null); return; } } catch (RemoteException e) { mService.set(null); Loading