Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DInputMethodEnumerationTests.java21 import static android.appenumeration.cts.Constants.ACTION_GET_INPUT_METHOD_LIST;
109 null /* intentExtra */, ACTION_GET_INPUT_METHOD_LIST); in getInputMethodList()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java322 public static final String ACTION_GET_INPUT_METHOD_LIST = field in Constants
DTestActivity.java439 } else if (Constants.ACTION_GET_INPUT_METHOD_LIST.equals(action)) { in handleIntent()