Searched refs:PER_PROFILE_IME_ENABLED (Results 1 – 7 of 7) sorted by relevance
99 public static final boolean PER_PROFILE_IME_ENABLED; field in InputMethodSystemProperty102 PER_PROFILE_IME_ENABLED = true;104 PER_PROFILE_IME_ENABLED = SystemProperties.getBoolean(PROP_DEBUG_PER_PROFILE_IME, true);106 PER_PROFILE_IME_ENABLED = true;
72 return InputMethodSystemProperty.PER_PROFILE_IME_ENABLED; in isPerProfileImeEnabled()
9423 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in setPermittedInputMethods()9485 int[] profileIds = InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in getPermittedInputMethodsForCurrentUser()
338 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) { in TextServicesManagerService()359 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in initializeInternalStateLocked()795 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) { in getDataFromCallingUserIdLocked()
1323 if (InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) { in resolveUserId()1356 final int resolvedUserId = InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in resolveUserId()
20 import static android.view.inputmethod.InputMethodSystemProperty.PER_PROFILE_IME_ENABLED;1048 final int resolvedUserId = PER_PROFILE_IME_ENABLED in onReceive()1676 if (!PER_PROFILE_IME_ENABLED && mSettings.isCurrentProfile(userId)) { in calledFromValidUserLocked()3021 if (PER_PROFILE_IME_ENABLED && userId != mSettings.getCurrentUserId()) { in startInputOrWindowGainedFocusInternalLocked()
9241 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) {