Loading services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodManagerServiceTestBase.java +3 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,9 @@ public class InputMethodManagerServiceTestBase { @After public void tearDown() { if (mInputMethodManagerService != null) { mInputMethodManagerService.mInputMethodDeviceConfigs.destroy(); } if (mServiceThread != null) { mServiceThread.quitSafely(); Loading Loading
services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodManagerServiceTestBase.java +3 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,9 @@ public class InputMethodManagerServiceTestBase { @After public void tearDown() { if (mInputMethodManagerService != null) { mInputMethodManagerService.mInputMethodDeviceConfigs.destroy(); } if (mServiceThread != null) { mServiceThread.quitSafely(); Loading