Home
last modified time | relevance | path

Searched refs:COMMAND_REQUEST_HIDE_SELF (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DImeCommandConstants.java86 public static final String COMMAND_REQUEST_HIDE_SELF = "requestHideSelf"; field in ImeCommandConstants
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java84 case ImeCommandConstants.COMMAND_REQUEST_HIDE_SELF: { in onReceive()