Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSystemProperty.java99 public static final boolean PER_PROFILE_IME_ENABLED; field in InputMethodSystemProperty
102 PER_PROFILE_IME_ENABLED = true;
104 PER_PROFILE_IME_ENABLED = SystemProperties.getBoolean(PROP_DEBUG_PER_PROFILE_IME, true);
106 PER_PROFILE_IME_ENABLED = true;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOverlayPackagesProvider.java72 return InputMethodSystemProperty.PER_PROFILE_IME_ENABLED; in isPerProfileImeEnabled()
DDevicePolicyManagerService.java9423 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in setPermittedInputMethods()
9485 int[] profileIds = InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in getPermittedInputMethodsForCurrentUser()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java338 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()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java1323 if (InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) { in resolveUserId()
1356 final int resolvedUserId = InputMethodSystemProperty.PER_PROFILE_IME_ENABLED in resolveUserId()
DInputMethodManagerService.java20 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()
/frameworks/base/core/java/android/provider/
DSettings.java9241 if (!InputMethodSystemProperty.PER_PROFILE_IME_ENABLED) {