Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DMultiUserDeviceTest.java58 ReplyReceivingInputConnection(InputConnection target, String sessionKey, in ReplyReceivingInputConnection() argument
61 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()