Loading services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodBindingControllerTest.java +2 −4 Original line number Diff line number Diff line Loading @@ -79,10 +79,8 @@ public class InputMethodBindingControllerTest extends InputMethodManagerServiceT // from system. synchronized (ImfLock.class) { mBindingController = new InputMethodBindingController( mInputMethodManagerService.getCurrentImeUserIdLocked(), mInputMethodManagerService, mImeConnectionBindFlags, mCountDownLatch); new InputMethodBindingController(mUserId, mInputMethodManagerService, mImeConnectionBindFlags, mCountDownLatch); } } Loading Loading
services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/InputMethodBindingControllerTest.java +2 −4 Original line number Diff line number Diff line Loading @@ -79,10 +79,8 @@ public class InputMethodBindingControllerTest extends InputMethodManagerServiceT // from system. synchronized (ImfLock.class) { mBindingController = new InputMethodBindingController( mInputMethodManagerService.getCurrentImeUserIdLocked(), mInputMethodManagerService, mImeConnectionBindFlags, mCountDownLatch); new InputMethodBindingController(mUserId, mInputMethodManagerService, mImeConnectionBindFlags, mCountDownLatch); } } Loading