OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_EVENT_TYPE
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DeviceEventConstants.java
58
public static final String
EXTRA_EVENT_TYPE
= "event_type";
70
* Types of device event, a value of {@link #
EXTRA_EVENT_TYPE
}.
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java
22
import static android.inputmethodservice.cts.common.DeviceEventConstants.
EXTRA_EVENT_TYPE
;
68
.putExtra(
EXTRA_EVENT_TYPE
, type.name())
85
final String typeString = intent.getStringExtra(
EXTRA_EVENT_TYPE
);
88
"Intent must have " +
EXTRA_EVENT_TYPE
+ ": " + intent);
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java
23
import static android.inputmethodservice.cts.common.DeviceEventConstants.
EXTRA_EVENT_TYPE
;
407
"--es",
EXTRA_EVENT_TYPE
, TEST_START.name()));
Completed in 106 milliseconds