OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceEventType
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java
19
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_BIND_INPUT;
20
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_CREATE;
21
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_DESTROY;
22
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_FINISH_INPUT;
23
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_FINISH_INPUT_VIEW;
24
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_START_INPUT;
25
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_START_INPUT_VIEW;
26
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_UNBIND_INPUT;
31
import android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
;
194
private void sendEvent(
DeviceEventType
type, Object... args)
[
all
...]
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DeviceEventConstants.java
53
* Intent extra key for what type a device event is. Values are {@link
DeviceEventType
#name()}.
72
public enum
DeviceEventType
{
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java
30
import android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
;
58
* @param type an event type defined at {@link
DeviceEventType
}.
63
@NonNull
DeviceEventType
type) {
90
final
DeviceEventType
type =
DeviceEventType
.valueOf(typeString);
131
* @param type a event type defined in {@link
DeviceEventType
}.
134
public static Predicate<DeviceEvent> isType(
DeviceEventType
type) {
159
public final
DeviceEventType
type;
166
private DeviceEvent(String sender,
DeviceEventType
type, long time) {
217
DeviceEventType
.valueOf(mType.getString(cursor))
[
all
...]
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
InputMethodServiceDeviceTest.java
23
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_BIND_INPUT;
24
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_CREATE;
25
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_DESTROY;
26
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_START_INPUT;
27
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.ON_UNBIND_INPUT;
38
import android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
;
282
* @param types {@link
DeviceEventType
}s that elements of sequence should have.
286
final
DeviceEventType
... types) {
TestHelper.java
21
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.TEST_START;
28
import android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
;
152
* {@link
DeviceEventType
#TEST_START TEST_START} device event of this test method.
154
* {@link
DeviceEventType
#TEST_START TEST_START} of this test method.
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java
21
import static android.inputmethodservice.cts.common.DeviceEventConstants.
DeviceEventType
.TEST_START;
Completed in 92 milliseconds