Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DTextServicesEnumerationTests.java19 import static android.appenumeration.cts.Constants.ACTION_GET_ENABLED_SPELL_CHECKER_INFOS;
85 null /* intentExtra */, ACTION_GET_ENABLED_SPELL_CHECKER_INFOS); in getEnabledSpellCheckerInfos()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java320 public static final String ACTION_GET_ENABLED_SPELL_CHECKER_INFOS = field in Constants
DTestActivity.java437 } else if (Constants.ACTION_GET_ENABLED_SPELL_CHECKER_INFOS.equals(action)) { in handleIntent()