Loading src/com/android/documentsui/services/FileOperationService.java +0 −8 Original line number Diff line number Diff line Loading @@ -180,8 +180,6 @@ public class FileOperationService extends Service implements Job.Listener { Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished); } tearDownNotificationChannel(); executor = null; deletionExecutor = null; handler = null; Loading @@ -189,12 +187,6 @@ public class FileOperationService extends Service implements Job.Listener { if (DEBUG) Log.d(TAG, "Destroyed."); } private void tearDownNotificationChannel() { if (features.isNotificationChannelEnabled()) { notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); } } @Override public int onStartCommand(Intent intent, int flags, int serviceId) { // TODO: Ensure we're not being called with retry or redeliver. Loading Loading
src/com/android/documentsui/services/FileOperationService.java +0 −8 Original line number Diff line number Diff line Loading @@ -180,8 +180,6 @@ public class FileOperationService extends Service implements Job.Listener { Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished); } tearDownNotificationChannel(); executor = null; deletionExecutor = null; handler = null; Loading @@ -189,12 +187,6 @@ public class FileOperationService extends Service implements Job.Listener { if (DEBUG) Log.d(TAG, "Destroyed."); } private void tearDownNotificationChannel() { if (features.isNotificationChannelEnabled()) { notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); } } @Override public int onStartCommand(Intent intent, int flags, int serviceId) { // TODO: Ensure we're not being called with retry or redeliver. Loading