Merge "Reenable pre-N style hard keyboard layout settings" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e1703e867a
@@ -55,7 +55,7 @@ public class PhysicalKeyboardPreferenceControllerTest {
|
||||
@Before
|
||||
public void setUp() {
|
||||
MockitoAnnotations.initMocks(this);
|
||||
when(mContext.getSystemService(Context.INPUT_SERVICE)).thenReturn(mIm);
|
||||
when(mContext.getSystemService(InputManager.class)).thenReturn(mIm);
|
||||
mController = new PhysicalKeyboardPreferenceController(mContext, null /* lifecycle */);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user