Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1706 @Nullable ServiceThread serviceThreadForTesting, in InputMethodManagerService() argument
1713 serviceThreadForTesting != null in InputMethodManagerService()
1714 ? serviceThreadForTesting in InputMethodManagerService()
1721 mImeTrackerService = new ImeTrackerService(serviceThreadForTesting != null in InputMethodManagerService()
1722 ? serviceThreadForTesting.getLooper() : Looper.getMainLooper()); in InputMethodManagerService()