Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java37 private static final String EVENT_CALLBACK_INTENT_ACTION_KEY = "eventCallbackActionName"; field in ImeSettings
56 mEventCallbackActionName = bundle.getString(EVENT_CALLBACK_INTENT_ACTION_KEY); in ImeSettings()
111 result.putString(EVENT_CALLBACK_INTENT_ACTION_KEY, eventCallbackActionName); in serializeToBundle()