Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DInputMethodEnumerationTests.java19 import static android.appenumeration.cts.Constants.ACTION_GET_ENABLED_INPUT_METHOD_LIST;
120 null /* intentExtra */, ACTION_GET_ENABLED_INPUT_METHOD_LIST); in getEnabledInputMethodList()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java324 public static final String ACTION_GET_ENABLED_INPUT_METHOD_LIST = field in Constants
DTestActivity.java441 } else if (Constants.ACTION_GET_ENABLED_INPUT_METHOD_LIST.equals(action)) { in handleIntent()