Home
last modified time | relevance | path

Searched refs:mMockIPlatformCompat (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java116 @Mock protected IPlatformCompat.Stub mMockIPlatformCompat; field in InputMethodManagerServiceTestBase
177 doReturn(mMockIPlatformCompat) in setUp()
205 when(mMockIPlatformCompat.isChangeEnabledByUid(anyLong(), anyInt())).thenReturn(true); in setUp()