Home
last modified time | relevance | path

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

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java89 Set<String> invalidIntents = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
96 invalidIntents.add(activeIntent); in shouldNotFindUnexpectedIntents()
102 appInfo.packageName, invalidIntents); in shouldNotFindUnexpectedIntents()
103 if (!invalidIntents.isEmpty()) { in shouldNotFindUnexpectedIntents()