Searched refs:DEFAULT_INPUT_METHOD (Results 1 – 10 of 10) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | InputMethodsTest.java | 42 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/ |
D | DevicePolicyLoggingTest.java | 30 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/ |
D | AccessibilitySoftKeyboardTest.java | 149 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/ |
D | CommandReceiverActivity.java | 524 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/ |
D | DeviceAndProfileOwnerTest.java | 154 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/ |
D | WindowInsetsAnimationSynchronicityTests.java | 326 Settings.Secure.DEFAULT_INPUT_METHOD)); in getCurrentInputMethodId()
|
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/ |
D | MultiUserTest.java | 367 mContext, Settings.Secure.DEFAULT_INPUT_METHOD, userId)); in assertImeSelected()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | SpellCheckerTest.kt | 737 Settings.Secure.DEFAULT_INPUT_METHOD in <lambda>()
|
/cts/tests/translation/src/android/translation/cts/ |
D | UiTranslationManagerTest.java | 1574 Settings.Secure.DEFAULT_INPUT_METHOD)); in getCurrentInputMethodId()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 37503 field public static final String DEFAULT_INPUT_METHOD = "default_input_method";
|