Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSystemProperty.java66 public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null); field in InputMethodSystemProperty
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1602 if (InputMethodSystemProperty.MULTI_CLIENT_IME_ENABLED) { in startOtherServices()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java5148 if (InputMethodSystemProperty.MULTI_CLIENT_IME_ENABLED) return; in onImeWindowSetOnDisplayArea()