Loading src/com/android/documentsui/services/Job.java +1 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,7 @@ abstract public class Job implements Runnable { return true; } void finish() { } abstract void finish(); abstract void start(); abstract Notification getSetupNotification(); Loading tests/common/com/android/documentsui/services/TestJob.java +0 −2 Original line number Diff line number Diff line Loading @@ -108,8 +108,6 @@ public class TestJob extends Job { R.drawable.ic_cab_cancel); } // Add an empty finish method. R8 will remove the one in the base class as that // is never called in the app. @Override void finish() { } Loading Loading
src/com/android/documentsui/services/Job.java +1 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,7 @@ abstract public class Job implements Runnable { return true; } void finish() { } abstract void finish(); abstract void start(); abstract Notification getSetupNotification(); Loading
tests/common/com/android/documentsui/services/TestJob.java +0 −2 Original line number Diff line number Diff line Loading @@ -108,8 +108,6 @@ public class TestJob extends Job { R.drawable.ic_cab_cancel); } // Add an empty finish method. R8 will remove the one in the base class as that // is never called in the app. @Override void finish() { } Loading