Home
last modified time | relevance | path

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

/cts/tests/inputmethod/testapp/src/android/view/inputmethod/ctstestapp/
DReplyReceivingInputConnection.java50 ReplyReceivingInputConnection(InputConnection target, String sessionKey, in ReplyReceivingInputConnection() argument
53 mSessionKey = sessionKey; in ReplyReceivingInputConnection()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java149 final String sessionKey = in onStartInput() local
151 if (sessionKey != null) { in onStartInput()
153 bundle.putString(BUNDLE_KEY_REPLY_USER_HANDLE_SESSION_ID, sessionKey); in onStartInput()