Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -2344,7 +2344,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable, } @VisibleForTesting void clearInternalHandleAfterTest() { void clearInternalHandlerAfterTest() { if (mHandler != null) { mHandler.removeCallbacksAndMessages(null); } Loading packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ public class VolumeDialogImplTest extends SysuiTestCase { @After public void teardown() { if (mDialog != null) { mDialog.clearInternalHandleAfterTest(); mDialog.clearInternalHandlerAfterTest(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -2344,7 +2344,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable, } @VisibleForTesting void clearInternalHandleAfterTest() { void clearInternalHandlerAfterTest() { if (mHandler != null) { mHandler.removeCallbacksAndMessages(null); } Loading
packages/SystemUI/tests/src/com/android/systemui/volume/VolumeDialogImplTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ public class VolumeDialogImplTest extends SysuiTestCase { @After public void teardown() { if (mDialog != null) { mDialog.clearInternalHandleAfterTest(); mDialog.clearInternalHandlerAfterTest(); } } Loading