Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java126 void hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest() method
312 public void hideSoftInputFromServerForTest() { in hideSoftInputFromServerForTest() method in IInputMethodManagerImpl
315 mCallback.hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest()
DZeroJankProxy.java222 public void hideSoftInputFromServerForTest() { in hideSoftInputFromServerForTest() method in ZeroJankProxy
223 mInner.hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest()
DInputMethodManagerService.java3648 public void hideSoftInputFromServerForTest() { in hideSoftInputFromServerForTest() method in InputMethodManagerService
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl91 void hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest() method
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java359 static void hideSoftInputFromServerForTest() { in hideSoftInputFromServerForTest() method in IInputMethodManagerGlobalInvoker
365 service.hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest()
DInputMethodManager.java2791 public void hideSoftInputFromServerForTest() { in hideSoftInputFromServerForTest() method in InputMethodManager
2792 IInputMethodManagerGlobalInvoker.hideSoftInputFromServerForTest(); in hideSoftInputFromServerForTest()
/frameworks/base/core/api/
Dtest-current.txt4163 …ission(android.Manifest.permission.TEST_INPUT_METHOD) public void hideSoftInputFromServerForTest();