Home
last modified time | relevance | path

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

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java79 Set<String> allInvalidIntents = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
97 allInvalidIntents.add(activeIntent); in shouldNotFindUnexpectedIntents()
109 for (String intent : allInvalidIntents) { in shouldNotFindUnexpectedIntents()