Home
last modified time | relevance | path

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

/cts/tests/tests/systemintents/src/android/systemintents/cts/
DTestSystemIntents.java46 private static final int EXCLUDE_NON_INSTALLABLE_IME = 1 << 3; field in TestSystemIntents
87 new IntentEntry(EXCLUDE_NON_INSTALLABLE_IME,
110 productFlags |= EXCLUDE_NON_INSTALLABLE_IME; in testSystemIntents()