Searched refs:ON_START_INPUT (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 25 …t static android.inputmethodservice.cts.common.DeviceEventConstants.DeviceEventType.ON_START_INPUT; 99 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testCreateIme1() 114 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToNextInputMethod() 144 .anyMatch(isFrom(Ime2Constants.CLASS).and(isType(ON_START_INPUT))), in switchToPreviousInputMethod() 168 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testSwitchToHandwritingInputMethod() 214 .collect(sequenceOfTypes(ON_START_INPUT)) in testSwitchToHandwritingInputMethod() 245 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testInputUnbindsOnImeStopped() 259 .anyMatch(isFrom(Ime2Constants.CLASS).and(isType(ON_START_INPUT))), in testInputUnbindsOnImeStopped() 281 .anyMatch(isFrom(Ime1Constants.CLASS).and(isType(ON_START_INPUT))), in testInputUnbindsOnAppStopped()
|
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/ |
D | DeviceEventConstants.java | 88 ON_START_INPUT, enumConstant
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | CtsBaseInputMethod.java | 24 …t static android.inputmethodservice.cts.common.DeviceEventConstants.DeviceEventType.ON_START_INPUT; 144 sendEvent(ON_START_INPUT, editorInfo, restarting); in onStartInput()
|