Loading tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,8 @@ public class BluetoothPairingDialogTest { // check that showSoftInput was called to make input method appear when the dialog was shown // check that showSoftInput was called to make input method appear when the dialog was shown assertThat(view.isFocused()).isTrue(); assertThat(view.isFocused()).isTrue(); assertThat(imm.isActive()); // TODO(b/73892004): Figure out why this is failing. // assertThat(imm.isActive()).isTrue(); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); } } Loading Loading
tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,8 @@ public class BluetoothPairingDialogTest { // check that showSoftInput was called to make input method appear when the dialog was shown // check that showSoftInput was called to make input method appear when the dialog was shown assertThat(view.isFocused()).isTrue(); assertThat(view.isFocused()).isTrue(); assertThat(imm.isActive()); // TODO(b/73892004): Figure out why this is failing. // assertThat(imm.isActive()).isTrue(); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); } } Loading