Home
last modified time | relevance | path

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

/cts/tests/tests/systemintents/src/android/systemintents/cts/
DTestSystemIntents.java99 int productFlags = 0; in testSystemIntents() local
102 productFlags |= EXCLUDE_TV; in testSystemIntents()
106 productFlags |= EXCLUDE_NON_TELEPHONY; in testSystemIntents()
110 productFlags |= EXCLUDE_NON_INSTALLABLE_IME; in testSystemIntents()
115 productFlags |= EXCLUDE_WATCH; in testSystemIntents()
119 if ((productFlags & e.flags) == 0) { in testSystemIntents()