Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DInputMethodsTest.java42 private static final String DEFAULT_INPUT_METHOD = "default_input_method"; field in InputMethodsTest
53 DEFAULT_INPUT_METHOD, SETTING_VALUE); in isCurrentInputMethodSetByOwner_isSetByOwner_returnsTrue() local
56 sDeviceState.dpc().componentName(), DEFAULT_INPUT_METHOD, SETTING_VALUE_TWO); in isCurrentInputMethodSetByOwner_isSetByOwner_returnsTrue() local
74 sDeviceState.dpc().componentName(), DEFAULT_INPUT_METHOD, SETTING_VALUE); in isCurrentInputMethodSetByOwner_isNotSetByOwner_returnsFalse() local
78 DEFAULT_INPUT_METHOD, SETTING_VALUE_TWO); in isCurrentInputMethodSetByOwner_isNotSetByOwner_returnsFalse() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java30 import static android.provider.Settings.Secure.DEFAULT_INPUT_METHOD;
106 Settings.Secure.getString(contentResolver, DEFAULT_INPUT_METHOD); in testSetSecureSettingLogged()
108 DEFAULT_INPUT_METHOD, "com.example.input"); in testSetSecureSettingLogged()
110 DEFAULT_INPUT_METHOD, null); in testSetSecureSettingLogged()
112 DEFAULT_INPUT_METHOD, defaultInputMethodInitial); in testSetSecureSettingLogged()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java149 mService.getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD); in testSwitchToInputMethod()
156 mService.getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD); in testSwitchToInputMethod()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCommandReceiverActivity.java524 Log.d(TAG, "Setting " + Settings.Secure.DEFAULT_INPUT_METHOD + " using " in onCreate()
526 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, in onCreate()
531 Log.d(TAG, "Clearing " + Settings.Secure.DEFAULT_INPUT_METHOD + " using " in onCreate()
533 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in onCreate()
742 mDpm.setSecureSetting(mAdmin, Settings.Secure.DEFAULT_INPUT_METHOD, null); in clearAllPoliciesAndRestrictions()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java154 private static final String DEFAULT_INPUT_METHOD = "default_input_method"; field in DeviceAndProfileOwnerTest
965 .setStrings(DEFAULT_INPUT_METHOD, "com.example.input") in testSetSecureSettingLogged()
970 .setStrings(DEFAULT_INPUT_METHOD) in testSetSecureSettingLogged()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java326 Settings.Secure.DEFAULT_INPUT_METHOD)); in getCurrentInputMethodId()
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserTest.java367 mContext, Settings.Secure.DEFAULT_INPUT_METHOD, userId)); in assertImeSelected()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt737 Settings.Secure.DEFAULT_INPUT_METHOD in <lambda>()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1574 Settings.Secure.DEFAULT_INPUT_METHOD)); in getCurrentInputMethodId()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37503 field public static final String DEFAULT_INPUT_METHOD = "default_input_method";