OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECEIVER_PACKAGE
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DeviceEventConstants.java
36
public static final String
RECEIVER_PACKAGE
= "android.inputmethodservice.cts.provider";
40
RECEIVER_PACKAGE
, RECEIVER_CLASS);
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java
24
import static android.inputmethodservice.cts.common.DeviceEventConstants.
RECEIVER_PACKAGE
;
66
.setClassName(
RECEIVER_PACKAGE
, RECEIVER_CLASS)
Completed in 75 milliseconds