Home
last modified time | relevance | path

Searched defs:DEFAULT_INPUT_METHOD (Results 1 – 2 of 2) 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/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java154 private static final String DEFAULT_INPUT_METHOD = "default_input_method"; field in DeviceAndProfileOwnerTest