Searched refs:mMockIPlatformCompat (Results 1 – 1 of 1) sorted by relevance
116 @Mock protected IPlatformCompat.Stub mMockIPlatformCompat; field in InputMethodManagerServiceTestBase177 doReturn(mMockIPlatformCompat) in setUp()205 when(mMockIPlatformCompat.isChangeEnabledByUid(anyLong(), anyInt())).thenReturn(true); in setUp()